Schnittstelle IOErrorEnum


public interface IOErrorEnum
  • Felddetails

    • FAILED

      static final int FAILED
      Generic error condition for when an operation fails
      and no more specific #GIOErrorEnum value is defined.
      Siehe auch:
    • NOT_FOUND

      static final int NOT_FOUND
      File not found.
      Siehe auch:
    • EXISTS

      static final int EXISTS
      File already exists.
      Siehe auch:
    • IS_DIRECTORY

      static final int IS_DIRECTORY
      File is a directory.
      Siehe auch:
    • NOT_DIRECTORY

      static final int NOT_DIRECTORY
      File is not a directory.
      Siehe auch:
    • NOT_EMPTY

      static final int NOT_EMPTY
      File is a directory that isn't empty.
      Siehe auch:
    • NOT_REGULAR_FILE

      static final int NOT_REGULAR_FILE
      File is not a regular file.
      Siehe auch:
    • NOT_MOUNTABLE_FILE

      static final int NOT_MOUNTABLE_FILE
      File cannot be mounted.
      Siehe auch:
    • FILENAME_TOO_LONG

      static final int FILENAME_TOO_LONG
      Filename is too many characters.
      Siehe auch:
    • INVALID_FILENAME

      static final int INVALID_FILENAME
      Filename is invalid or contains invalid characters.
      Siehe auch:
    • NO_SPACE

      static final int NO_SPACE
      No space left on drive.
      Siehe auch:
    • INVALID_ARGUMENT

      static final int INVALID_ARGUMENT
      Invalid argument.
      Siehe auch:
    • PERMISSION_DENIED

      static final int PERMISSION_DENIED
      Permission denied.
      Siehe auch:
    • NOT_SUPPORTED

      static final int NOT_SUPPORTED
      Operation (or one of its parameters) not supported
      Siehe auch:
    • NOT_MOUNTED

      static final int NOT_MOUNTED
      File isn't mounted.
      Siehe auch:
    • ALREADY_MOUNTED

      static final int ALREADY_MOUNTED
      File is already mounted.
      Siehe auch:
    • CLOSED

      static final int CLOSED
      File was closed.
      Siehe auch:
    • CANCELLED

      static final int CANCELLED
      Operation was cancelled. See #GCancellable.
      Siehe auch:
    • PENDING

      static final int PENDING
      Operations are still pending.
      Siehe auch:
    • READ_ONLY

      static final int READ_ONLY
      File is read only.
      Siehe auch:
    • CANT_CREATE_BACKUP

      static final int CANT_CREATE_BACKUP
      Backup couldn't be created.
      Siehe auch:
    • WRONG_ETAG

      static final int WRONG_ETAG
      File's Entity Tag was incorrect.
      Siehe auch:
    • TIMED_OUT

      static final int TIMED_OUT
      Operation timed out.
      Siehe auch:
    • WOULD_RECURSE

      static final int WOULD_RECURSE
      Operation would be recursive.
      Siehe auch:
    • BUSY

      static final int BUSY
      File is busy.
      Siehe auch:
    • WOULD_BLOCK

      static final int WOULD_BLOCK
      Operation would block.
      Siehe auch:
    • HOST_NOT_FOUND

      static final int HOST_NOT_FOUND
      Host couldn't be found (remote operations).
      Siehe auch:
    • WOULD_MERGE

      static final int WOULD_MERGE
      Operation would merge files.
      Siehe auch:
    • FAILED_HANDLED

      static final int FAILED_HANDLED
      Operation 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_FILES
      The 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_INITIALIZED
      The object has not been initialized. Since 2.22
      Siehe auch:
    • ADDRESS_IN_USE

      static final int ADDRESS_IN_USE
      The requested address is already in use. Since 2.22
      Siehe auch:
    • PARTIAL_INPUT

      static final int PARTIAL_INPUT
      Need more input to finish operation. Since 2.24
      Siehe auch:
    • INVALID_DATA

      static final int INVALID_DATA
      The input data was invalid. Since 2.24
      Siehe auch:
    • DBUS_ERROR

      static final int DBUS_ERROR
      A 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_UNREACHABLE
      Host unreachable. Since 2.26
      Siehe auch:
    • NETWORK_UNREACHABLE

      static final int NETWORK_UNREACHABLE
      Network unreachable. Since 2.26
      Siehe auch:
    • CONNECTION_REFUSED

      static final int CONNECTION_REFUSED
      Connection refused. Since 2.26
      Siehe auch:
    • PROXY_FAILED

      static final int PROXY_FAILED
      Connection to proxy server failed. Since 2.26
      Siehe auch:
    • PROXY_AUTH_FAILED

      static final int PROXY_AUTH_FAILED
      Proxy authentication failed. Since 2.26
      Siehe auch:
    • PROXY_NEED_AUTH

      static final int PROXY_NEED_AUTH
      Proxy server needs authentication. Since 2.26
      Siehe auch:
    • PROXY_NOT_ALLOWED

      static final int PROXY_NOT_ALLOWED
      Proxy connection is not allowed by ruleset.
      Since 2.26
      Siehe auch:
    • BROKEN_PIPE

      static final int BROKEN_PIPE
      Broken pipe. Since 2.36
      Siehe auch:
    • CONNECTION_CLOSED

      static final int CONNECTION_CLOSED
      Connection 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_CONNECTED
      Transport endpoint is not connected. Since 2.44
      Siehe auch:
    • MESSAGE_TOO_LARGE

      static final int MESSAGE_TOO_LARGE
      Message too large. Since 2.48.
      Siehe auch:
    • NO_SUCH_DEVICE

      static final int NO_SUCH_DEVICE
      No such device found. Since 2.74
      Siehe auch:
    • DESTINATION_UNSET

      static final int DESTINATION_UNSET
      Destination address unset. Since 2.80
      Siehe auch: