AdWords API
Feedback on this document

type BudgetError (v201209)

A list of all the error codes being used by the common budget domain package.


Namespace
https://adwords.google.com/api/adwords/cm/v201209
Fields
Field Type Description
ApiError (inherited)
fieldPath xsd:string The OGNL field path to identify cause of error.
trigger xsd:string The data that caused the error.
errorString xsd:string A simple string representation of the error and reason.
ApiError.Type xsd:string Indicates that this instance is a subtype of ApiError. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
BudgetError
reason BudgetError.Reason The error reason represented by an enum.
Enumerations
BUDGET_ERROR
Default budget error.
BUDGET_PERIOD_NOT_AVAILABLE
Customer is not whitelisted for this budget period.
MONEY_AMOUNT_IN_WRONG_CURRENCY
A money amount was not in the expected currency.
MONEY_AMOUNT_LESS_THAN_CURRENCY_MINIMUM_CPC
A money amount was less than the minimum CPC for currency.
MONEY_AMOUNT_TOO_LARGE
A money amount was greater than the maximum allowed.
NEGATIVE_MONEY_AMOUNT
A money amount was negative.
NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT
A money amount was not a multiple of a minimum unit.
INVALID_BUDGET_SCHEDULE
Invalid budget schedule

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.