Method

JsonReaderget_error

since: 0.12

Declaration [src]

const GError*
json_reader_get_error (
  JsonReader* reader
)

Description [src]

Retrieves the error currently set on the reader.

Available since: 0.12

Return value

Type: GError

The current error.

The data is owned by the instance.
The return value can be NULL.