Hide

type BudgetOrderError (v201506)

Error information for BudgetOrderService.


Namespace
https://adwords.google.com/api/adwords/billing/v201506
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.
BudgetOrderError
reason BudgetOrderError.Reason
Enumerations
BUDGET_APPROVAL_IN_PROGRESS
Existing pending request is being approved.
SERVICE_UNAVAILABLE
A server backend was not available.
FIELD_NOT_ELIGIBLE_FOR_CURRENT_BILLING
The request contains a field that is only available if the manager account is whitelisted for new billing backend.
INVALID_BILLING_ACCOUNT
The billing account was invalid.
GENERIC_BILLING_ERROR
Unspecified billing service error.
INVALID_BILLING_ACCOUNT_ID_FORMAT
The billing account ID format was invalid.
INVALID_BUDGET_DATE_RANGE
Budget date range was invalid.
INCOMPATIBLE_CURRENCY
Customer's currency is different from what is in the billing system.
BUDGET_UPDATE_DENIED
User does not have permission to update this budget.
BUDGET_ALREADY_STARTED
User attempted to cancel a started budget.
BUDGET_ALREADY_ENDED
User attempted to change an ended budget.
INVALID_CONSTRAINT
Invalid amount, start date or end date specified.
INVALID_BID_TOO_LARGE
The bid is too high.
NO_SUCH_BUDGET_FOUND
Budget was not found.
INVALID_BUDGET_ALREADY_SPENT
The budget cannot be lowered below the amount which has already been spent.
INVALID_TIMEZONE_IN_DATE
Time zone from user input is different from user's account time zone.
ACCOUNT_BUDGET_ID_SET_IN_ADD
The BudgetOrder's ID was set in an add operation.
MORE_THAN_ONE_OPERATIONS
We don't support more than one operation per mutate call.
MCC_HIERARCHY_SIZE_TOO_LARGE
MCC Hierarchy size is too large.
INVALID_MCC_HIERARCHY
MCC Hierarchy not found.
UNKNOWN

Send feedback about...

AdWords API