Hide

type FunctionParsingError (v201502)

An error resulting from a failure to parse the textual representation of a 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.
FunctionParsingError
reason FunctionParsingError.Reason
Enumerations
NO_MORE_INPUT
Unexpected end of function string.
EXPECTED_CHARACTER
Could not find an expected character.
UNEXPECTED_SEPARATOR
Unexpected separator character.
UNMATCHED_LEFT_BRACKET
Unmatched left bracket or parenthesis.
UNMATCHED_RIGHT_BRACKET
Unmatched right bracket or parenthesis.
TOO_MANY_NESTED_FUNCTIONS
Functions are nested too deeply.
MISSING_RIGHT_HAND_OPERAND
Missing right-hand-side operand.
INVALID_OPERATOR_NAME
Invalid operator/function name.
FEED_ATTRIBUTE_OPERAND_ARGUMENT_NOT_INTEGER
Feed attribute operand's argument is not an integer.
NO_OPERANDS
Missing function operands.
TOO_MANY_OPERANDS
Function had too many operands.
UNKNOWN
offendingText xsd:string
offendingTextIndex xsd:int

Send feedback about...

AdWords API