Enumeration
GioResolverError
since: 2.22
Description
An error code used with G_RESOLVER_ERROR
in a GError
returned
from a GResolver
routine.
Available since: 2.22
Members
G_RESOLVER_ERROR_NOT_FOUND
-
The requested name/address/service was not found.
- Value:
0
- Nickname:
not-found
- Available since: 2.22
- Value:
G_RESOLVER_ERROR_TEMPORARY_FAILURE
-
The requested information could not be looked up due to a network error or similar problem.
- Value:
1
- Nickname:
temporary-failure
- Available since: 2.22
- Value:
G_RESOLVER_ERROR_INTERNAL
-
Unknown error.
- Value:
2
- Nickname:
internal
- Available since: 2.22
- Value: