Package ch.bailu.gtk.gio
Schnittstelle IOErrorEnum
public interface IOErrorEnum
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The requested address is already in use.static final int
File is already mounted.static final int
Broken pipe.static final int
File is busy.static final int
Operation was cancelled.static final int
Backup couldn't be created.static final int
File was closed.static final int
Connection closed by peer.static final int
Connection refused.static final int
A remote object generated an error that
doesn't correspond to a locally registered #GError error
domain.static final int
Destination address unset.static final int
File already exists.static final int
Generic error condition for when an operation fails
and no more specific #GIOErrorEnum value is defined.static final int
Operation failed and a helper program has
already interacted with the user.static final int
Filename is too many characters.static final int
Host couldn't be found (remote operations).static final int
Host unreachable.static final int
Invalid argument.static final int
The input data was invalid.static final int
Filename is invalid or contains invalid characters.static final int
File is a directory.static final int
Message too large.static final int
Network unreachable.static final int
No space left on drive.static final int
No such device found.static final int
Transport endpoint is not connected.static final int
File is not a directory.static final int
File is a directory that isn't empty.static final int
File not found.static final int
The object has not been initialized.static final int
File cannot be mounted.static final int
File isn't mounted.static final int
File is not a regular file.static final int
Operation (or one of its parameters) not supportedstatic final int
File is not a symbolic link.static final int
Need more input to finish operation.static final int
Operations are still pending.static final int
Permission denied.static final int
Proxy authentication failed.static final int
Connection to proxy server failed.static final int
Proxy server needs authentication.static final int
Proxy connection is not allowed by ruleset.static final int
File is read only.static final int
Operation timed out.static final int
File contains too many symbolic links.static final int
The current process has too many files
open and can't open any more.static final int
Operation would block.static final int
Operation would merge files.static final int
Operation would be recursive.static final int
File's Entity Tag was incorrect.
-
Felddetails
-
FAILED
static final int FAILEDGeneric error condition for when an operation fails
and no more specific #GIOErrorEnum value is defined.- Siehe auch:
-
NOT_FOUND
static final int NOT_FOUNDFile not found.- Siehe auch:
-
EXISTS
static final int EXISTSFile already exists.- Siehe auch:
-
IS_DIRECTORY
static final int IS_DIRECTORYFile is a directory.- Siehe auch:
-
NOT_DIRECTORY
static final int NOT_DIRECTORYFile is not a directory.- Siehe auch:
-
NOT_EMPTY
static final int NOT_EMPTYFile is a directory that isn't empty.- Siehe auch:
-
NOT_REGULAR_FILE
static final int NOT_REGULAR_FILEFile is not a regular file.- Siehe auch:
-
NOT_SYMBOLIC_LINK
static final int NOT_SYMBOLIC_LINKFile is not a symbolic link.- Siehe auch:
-
NOT_MOUNTABLE_FILE
static final int NOT_MOUNTABLE_FILEFile cannot be mounted.- Siehe auch:
-
FILENAME_TOO_LONG
static final int FILENAME_TOO_LONGFilename is too many characters.- Siehe auch:
-
INVALID_FILENAME
static final int INVALID_FILENAMEFilename is invalid or contains invalid characters.- Siehe auch:
-
TOO_MANY_LINKS
static final int TOO_MANY_LINKSFile contains too many symbolic links.- Siehe auch:
-
NO_SPACE
static final int NO_SPACENo space left on drive.- Siehe auch:
-
INVALID_ARGUMENT
static final int INVALID_ARGUMENTInvalid argument.- Siehe auch:
-
PERMISSION_DENIED
static final int PERMISSION_DENIEDPermission denied.- Siehe auch:
-
NOT_SUPPORTED
static final int NOT_SUPPORTEDOperation (or one of its parameters) not supported- Siehe auch:
-
NOT_MOUNTED
static final int NOT_MOUNTEDFile isn't mounted.- Siehe auch:
-
ALREADY_MOUNTED
static final int ALREADY_MOUNTEDFile is already mounted.- Siehe auch:
-
CLOSED
static final int CLOSEDFile was closed.- Siehe auch:
-
CANCELLED
static final int CANCELLEDOperation was cancelled. See #GCancellable.- Siehe auch:
-
PENDING
static final int PENDINGOperations are still pending.- Siehe auch:
-
READ_ONLY
static final int READ_ONLYFile is read only.- Siehe auch:
-
CANT_CREATE_BACKUP
static final int CANT_CREATE_BACKUPBackup couldn't be created.- Siehe auch:
-
WRONG_ETAG
static final int WRONG_ETAGFile's Entity Tag was incorrect.- Siehe auch:
-
TIMED_OUT
static final int TIMED_OUTOperation timed out.- Siehe auch:
-
WOULD_RECURSE
static final int WOULD_RECURSEOperation would be recursive.- Siehe auch:
-
BUSY
static final int BUSYFile is busy.- Siehe auch:
-
WOULD_BLOCK
static final int WOULD_BLOCKOperation would block.- Siehe auch:
-
HOST_NOT_FOUND
static final int HOST_NOT_FOUNDHost couldn't be found (remote operations).- Siehe auch:
-
WOULD_MERGE
static final int WOULD_MERGEOperation would merge files.- Siehe auch:
-
FAILED_HANDLED
static final int FAILED_HANDLEDOperation failed and a helper program has
already interacted with the user. Do not display any error dialog.- Siehe auch:
-
TOO_MANY_OPEN_FILES
static final int TOO_MANY_OPEN_FILESThe current process has too many files
open and can't open any more. Duplicate descriptors do count toward
this limit. Since 2.20- Siehe auch:
-
NOT_INITIALIZED
static final int NOT_INITIALIZEDThe object has not been initialized. Since 2.22- Siehe auch:
-
ADDRESS_IN_USE
static final int ADDRESS_IN_USEThe requested address is already in use. Since 2.22- Siehe auch:
-
PARTIAL_INPUT
static final int PARTIAL_INPUTNeed more input to finish operation. Since 2.24- Siehe auch:
-
INVALID_DATA
static final int INVALID_DATAThe input data was invalid. Since 2.24- Siehe auch:
-
DBUS_ERROR
static final int DBUS_ERRORA remote object generated an error that
doesn't correspond to a locally registered #GError error
domain. Use g_dbus_error_get_remote_error() to extract the D-Bus
error name and g_dbus_error_strip_remote_error() to fix up the
message so it matches what was received on the wire. Since 2.26.- Siehe auch:
-
HOST_UNREACHABLE
static final int HOST_UNREACHABLEHost unreachable. Since 2.26- Siehe auch:
-
NETWORK_UNREACHABLE
static final int NETWORK_UNREACHABLENetwork unreachable. Since 2.26- Siehe auch:
-
CONNECTION_REFUSED
static final int CONNECTION_REFUSEDConnection refused. Since 2.26- Siehe auch:
-
PROXY_FAILED
static final int PROXY_FAILEDConnection to proxy server failed. Since 2.26- Siehe auch:
-
PROXY_AUTH_FAILED
static final int PROXY_AUTH_FAILEDProxy authentication failed. Since 2.26- Siehe auch:
-
PROXY_NEED_AUTH
static final int PROXY_NEED_AUTHProxy server needs authentication. Since 2.26- Siehe auch:
-
PROXY_NOT_ALLOWED
static final int PROXY_NOT_ALLOWEDProxy connection is not allowed by ruleset.
Since 2.26- Siehe auch:
-
BROKEN_PIPE
static final int BROKEN_PIPEBroken pipe. Since 2.36- Siehe auch:
-
CONNECTION_CLOSED
static final int CONNECTION_CLOSEDConnection closed by peer. Note that this
is the same code as %G_IO_ERROR_BROKEN_PIPE; before 2.44 some
"connection closed" errors returned %G_IO_ERROR_BROKEN_PIPE, but others
returned %G_IO_ERROR_FAILED. Now they should all return the same
value, which has this more logical name. Since 2.44.- Siehe auch:
-
NOT_CONNECTED
static final int NOT_CONNECTEDTransport endpoint is not connected. Since 2.44- Siehe auch:
-
MESSAGE_TOO_LARGE
static final int MESSAGE_TOO_LARGEMessage too large. Since 2.48.- Siehe auch:
-
NO_SUCH_DEVICE
static final int NO_SUCH_DEVICENo such device found. Since 2.74- Siehe auch:
-
DESTINATION_UNSET
static final int DESTINATION_UNSETDestination address unset. Since 2.80- Siehe auch:
-