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

JSON_READER_ERROR_NO_ARRAY

No array found at the current position.

  • Value: 0
  • Nickname: no-array
  • Available since: 0.12
JSON_READER_ERROR_INVALID_INDEX

Index out of bounds.

  • Value: 1
  • Nickname: invalid-index
  • Available since: 0.12
JSON_READER_ERROR_NO_OBJECT

No object found at the current position.

  • Value: 2
  • Nickname: no-object
  • Available since: 0.12
JSON_READER_ERROR_INVALID_MEMBER

Member not found.

  • Value: 3
  • Nickname: invalid-member
  • Available since: 0.12
JSON_READER_ERROR_INVALID_NODE

No valid node found at the current position.

  • Value: 4
  • Nickname: invalid-node
  • Available since: 0.12
JSON_READER_ERROR_NO_VALUE

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

  • Value: 5
  • Nickname: no-value
  • Available since: 0.12
JSON_READER_ERROR_INVALID_TYPE

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

  • Value: 6
  • Nickname: invalid-type
  • Available since: 0.12

Type functions

json_reader_error_quark
No description available.

since: 1.0