Enum describing possible function parsing errors.
Enums | |
---|---|
|
Enum unspecified. |
|
The received error code is not known in this version. |
|
Unexpected end of function string. |
|
Could not find an expected character. |
|
Unexpected separator character. |
|
Unmatched left bracket or parenthesis. |
|
Unmatched right bracket or parenthesis. |
|
Functions are nested too deeply. |
|
Missing right-hand-side operand. |
|
Invalid operator/function name. |
|
Feed attribute operand's argument is not an integer. |
|
Missing function operands. |
|
Function had too many operands. |