Static$gtypeStaticBINDING_URL requires binding
StaticCANCELLEDCancelled
StaticCONNECTIONConnection
StaticFAILEDFailure
StaticHTTP_HTTP/Bad gateway
StaticHTTP_HTTP/Bad request
StaticHTTP_HTTP/Conflict
StaticHTTP_HTTP/Expectation failed
StaticHTTP_HTTP/Forbidden
StaticHTTP_HTTP/Found
StaticHTTP_HTTP/402
StaticHTTP_HTTP/Gateway timeout
StaticHTTP_HTTP/Gone
StaticHTTP_HTTP/Version not supported
StaticHTTP_HTTP/Internal server error
StaticHTTP_HTTP/Length required
StaticHTTP_HTTP/Method not allowed
StaticHTTP_HTTP/Moved permanently
StaticHTTP_HTTP/Multiple choices
StaticHTTP_HTTP/Not acceptable
StaticHTTP_HTTP/Not found
StaticHTTP_HTTP/Not implemented
StaticHTTP_HTTP/Not modified
StaticHTTP_HTTP/Precondition failed
StaticHTTP_HTTP/Proxy authentication required
StaticHTTP_HTTP/Request entity too large
StaticHTTP_HTTP/Request timeout
StaticHTTP_HTTP/Request URI too long
StaticHTTP_HTTP/Requested range not satisfiable
StaticHTTP_HTTP/See other
StaticHTTP_HTTP/Service unavailable
StaticHTTP_HTTP/Temporary redirect
StaticHTTP_HTTP/306
StaticHTTP_HTTP/Unauthorized
StaticHTTP_HTTP/Unsupported media type
StaticHTTP_HTTP/Use proxy
StaticIOInput/Output
StaticRESOLUTIONResolution
StaticSSLSSL
StaticURL_Invalid URL
Frees a GLib.Error and associated resources.
Returns true if error matches domain and code, false
otherwise. In particular, when error is null, false will
be returned.
If domain contains a FAILED (or otherwise generic) error code,
you should generally not check for it explicitly, but should
instead treat any not-explicitly-recognized error code as being
equivalent to the FAILED code. This way, if the domain is
extended in the future to provide a more specific error code for
a certain case, your code will still work.
whether error has domain and code
Staticdomain_This function registers an extended GLib.Error domain.
error_type_name will be duplicated. Otherwise does the same as
g_error_domain_register_static().
string to create a GLib.Quark from
size of the private error data in bytes
function initializing fields of the private error data
function copying fields of the private error data
function freeing fields of the private error data
Staticdomain_This function registers an extended GLib.Error domain.
error_type_name should not be freed. error_type_private_size must
be greater than 0.
error_type_init receives an initialized GLib.Error and should then initialize
the private data.
error_type_copy is a function that receives both original and a copy
GLib.Error and should copy the fields of the private error data. The standard
GLib.Error fields are already handled.
error_type_clear receives the pointer to the error, and it should free the
fields of the private error data. It should not free the struct itself though.
Normally, it is better to use G_DEFINE_EXTENDED_ERROR(), as it already takes care of passing valid information to this function.
static string to create a GLib.Quark from
size of the private error data in bytes
function initializing fields of the private error data
function copying fields of the private error data
function freeing fields of the private error data
Staticnew_
Error domain used when returning errors from a Rest.Proxy.