Type Alias GResolverError

Source
pub type GResolverError = c_uint;
Expand description

GResolverError: @G_RESOLVER_ERROR_NOT_FOUND: the requested name/address/service was not found @G_RESOLVER_ERROR_TEMPORARY_FAILURE: the requested information could not be looked up due to a network error or similar problem @G_RESOLVER_ERROR_INTERNAL: unknown error

An error code used with %G_RESOLVER_ERROR in a #GError returned from a #GResolver routine.

Since: 2.22