Enum yajl_status

Enum Documentation

enum yajl_status

Error codes returned from this interface.

Values:

enumerator yajl_status_ok

No error was encountered.

enumerator yajl_status_client_canceled

A client callback returned zero, stopping the parse.

enumerator yajl_status_error

An error occured during the parse. Call yajl_get_error() for more information about the encountered error.