Enumeration
JsonParserError
Description [src]
Error codes for JSON_PARSER_ERROR
.
This enumeration can be extended at later date.
Members
Name | Description |
---|---|
JSON_PARSER_ERROR_PARSE |
Parse error. |
JSON_PARSER_ERROR_TRAILING_COMMA |
Unexpected trailing comma. |
JSON_PARSER_ERROR_MISSING_COMMA |
Expected comma. |
JSON_PARSER_ERROR_MISSING_COLON |
Expected colon. |
JSON_PARSER_ERROR_INVALID_BAREWORD |
Invalid bareword. |
JSON_PARSER_ERROR_EMPTY_MEMBER_NAME |
Empty member name. |
JSON_PARSER_ERROR_INVALID_DATA |
Invalid data. |
JSON_PARSER_ERROR_UNKNOWN |
Unknown error. |
JSON_PARSER_ERROR_NESTING |
Too many levels of nesting. |
JSON_PARSER_ERROR_INVALID_STRUCTURE |
Invalid structure. |
JSON_PARSER_ERROR_INVALID_ASSIGNMENT |
Invalid assignment. |