ReaderError
Description:
[ CCode ( cprefix = "JSON_READER_ERROR_" , type_id = "json_reader_error_get_type ()" ) ]
[ Version ( since = "0.12" ) ]
public errordomain ReaderError
Error codes for `JSON_READER_ERROR`.
This enumeration can be extended at later date
Content:
Error codes:
- INVALID_INDEX - Index out of bounds
- INVALID_MEMBER - Member not found
- INVALID_NODE - No valid node found at
the current position
- INVALID_TYPE - The node at the
current position does not hold a value of the desired type
- NO_ARRAY - No array found at the current
position
- NO_OBJECT - No object found at the
current position
- NO_VALUE - The node at the current
position does not hold a value
Static methods:
- public static Quark quark ()