| Top |
Cattle uses the facilities provided by GLib for error reporting.
Functions that can fail take a GError as last argument; errors raised
are in the CATTLE_ERROR domain with error codes from the CattleError
enumeration.
Errors detected either on code loading or at runtime.
Cattle only supports UTF-8, so any input not using this encoding causes an error to be raised.
#define CATTLE_ERROR cattle_error_quark()
Error domain for Cattle. Errors in this domain will be from the CattleError enumeration.