enum json_error

The error messages produced by the JSON parsers

Enumerator:
JSON_OK  everything went smoothly
JSON_INCOMPLETE_DOCUMENT  the parsed document didn't ended
JSON_WAITING_FOR_EOF  A complete JSON document tree was already finished but needs to get to EOF. Other characters beyond whitespaces produce errors
JSON_INCOMPATIBLE_TYPE  the currently parsed type does not belong here
JSON_MEMORY  an error occurred when allocating memory
JSON_ILLEGAL_CHARACTER  the currently parsed character does not belong here
JSON_BAD_TREE_STRUCTURE  the document tree structure is malformed
JSON_MAXIMUM_LENGTH  the parsed string reached the maximum allowed size
JSON_UNKNOWN_PROBLEM  some random, unaccounted problem occurred

Definition at line 52 of file json.h.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1