Enums¶
Details¶
- class GrlNet.WcError(value)¶
Bases:
GLib.Enum
These constants identify all the available errors managed by the web client.
- UNAVAILABLE = 1¶
Deprecated. For generic errors, you should check for
Gio.IOErrorEnum.FAILED
from G_IO_ERROR domain.
- PROTOCOL_ERROR = 2¶
Invalid URI or header
- AUTHENTICATION_REQUIRED = 3¶
Required authentication
- NOT_FOUND = 4¶
Request resource not found
- CONFLICT = 5¶
The entry has been modified since is was downloaded
- FORBIDDEN = 6¶
TBD
- NETWORK_ERROR = 7¶
Cannot connect to the server
- PROXY_ERROR = 8¶
Deprecated. You should check for
Gio.IOErrorEnum.PROXY_FAILED
from G_IO_ERROR domain.
- CANCELLED = 9¶
Deprecated. You should check for
Gio.IOErrorEnum.CANCELLED
from G_IO_ERROR domain.