FunctionError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible function errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
|
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_FUNCTION_FOR_FEED_WITH_FIXED_SCHEMA
|
The matching function is invalid for use with a feed with a fixed schema. |
INVALID_ATTRIBUTE_NAME
|
Invalid attribute name. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["This enum defines a comprehensive list of potential errors that can occur within functions."],["Errors encompass issues with function format, data types, operands, operators, and context types."],["Specific error codes pinpoint issues such as unsupported operations, invalid nesting, and mismatched data."],["The enum aids in identifying and troubleshooting errors related to feed IDs, fixed schemas, and attribute names."]]],[]]