Enumeration

JsonReaderError

since: 0.12

Declaration

error-domain Json.ReaderError

Description [src]

Error codes for JSON_READER_ERROR.

This enumeration can be extended at later date.

Available since: 0.12

Members

Name Description
JSON_READER_ERROR_NO_ARRAY

No array found at the current position.

JSON_READER_ERROR_INVALID_INDEX

Index out of bounds.

JSON_READER_ERROR_NO_OBJECT

No object found at the current position.

JSON_READER_ERROR_INVALID_MEMBER

Member not found.

JSON_READER_ERROR_INVALID_NODE

No valid node found at the current position.

JSON_READER_ERROR_NO_VALUE

The node at the current position does not hold a value.

JSON_READER_ERROR_INVALID_TYPE

The node at the current position does not hold a value of the desired type.

Type functions

json_reader_error_quark
No description available.