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-02-20 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-02-20 UTC."],[[["This enum outlines potential errors that can occur within functions, encompassing issues with format, data types, operands, operators, and context."],["Specific error types include mismatched data types, invalid operand combinations, unsupported operators, and problems with function nesting or placeholders."],["Errors can also arise from invalid constant operand values, the use of multiple feed IDs, or applying functions to feeds with fixed schemas."],["Additionally, the enum covers scenarios where the received error code is unknown in the current version or if the function format is unsupported."]]],[]]