FunctionParsingError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible function parsing errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
|
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. |
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 describes potential errors encountered when parsing functions."],["Errors can range from unexpected characters or separators to unmatched brackets or missing operands."],["Function nesting depth and operator validity are also checked."],["Specific errors address issues like missing input, incorrect operand types, and excessive operands."]]],[]]