Package ch.bailu.gtk.gio
Interface ResolverError
public interface ResolverError
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
unknown errorstatic final int
the requested name/address/service was not
foundstatic final int
the requested information could not
be looked up due to a network error or similar problem
-
Field Details
-
NOT_FOUND
static final int NOT_FOUNDthe requested name/address/service was not
found- See Also:
-
TEMPORARY_FAILURE
static final int TEMPORARY_FAILUREthe requested information could not
be looked up due to a network error or similar problem- See Also:
-
INTERNAL
static final int INTERNALunknown error- See Also:
-