Hide

type FunctionError (v201502)

Errors that indicate issues with the function.


Namespace
https://adwords.google.com/api/adwords/cm/v201502
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.
FunctionError
reason FunctionError.Reason The error reason represented by an enum
Enumerations
INVALID_FUNCTION_FORMAT
The format of the function is not recognized as a supported function format.
DATA_TYPE_MISMATCH
Operand data types do not match.
INVALID_CONJUNCTION_OPERANDS
The operands cannot be used together in a conjunction.
INVALID_NUMBER_OF_OPERANDS
Invalid numer of Operands.
INVALID_OPERAND_TYPE
Operand Type not supported.
INVALID_OPERATOR
Operator not supported.
INVALID_REQUEST_CONTEXT_TYPE
Request context type not supported.
INVALID_FUNCTION_FOR_CALL_PLACEHOLDER
The matching function is not allowed for call placeholders
INVALID_FUNCTION_FOR_PLACEHOLDER
The matching function is not allowed for the specified placeholder
INVALID_OPERAND
Invalid operand.
MISSING_CONSTANT_OPERAND_VALUE
Missing value for the constant operand.
INVALID_CONSTANT_OPERAND_VALUE
The value of the constant operand is invalid.
INVALID_NESTING
Invalid function nesting.
MULTIPLE_FEED_IDS_NOT_SUPPORTED
The Feed ID was different from another Feed ID in the same function.
INVALID_ATTRIBUTE_NAME
Invalid attribute name.
UNKNOWN

Send feedback about...

AdWords API