Description Methods and Functions Hierarchy Detailed Description Enums and Flags Author(s) References
Error helper functions
gIoErrorFromErrno(err.no)
1 2 | GEnum
+----GIOErrorEnum
|
Contains helper functions for reporting errors to the user.
GIOErrorEnumError codes returned by GIO functions.
failedGeneric error condition for when any operation fails.
not-foundFile not found error.
existsFile already exists error.
is-directoryFile is a directory error.
not-directoryFile is not a directory.
not-emptyFile is a directory that isn't empty.
not-regular-fileFile is not a regular file.
not-symbolic-linkFile is not a symbolic link.
not-mountable-fileFile cannot be mounted.
filename-too-longFilename is too many characters.
invalid-filenameFilename is invalid or contains invalid characters.
too-many-linksFile contains too many symbolic links.
no-spaceNo space left on drive.
invalid-argumentInvalid argument.
permission-deniedPermission denied.
not-supportedOperation not supported for the current backend.
not-mountedFile isn't mounted.
already-mountedFile is already mounted.
closedFile was closed.
cancelledOperation was cancelled. See GCancellable.
pendingOperations are still pending.
read-onlyFile is read only.
cant-create-backupBackup couldn't be created.
wrong-etagFile's Entity Tag was incorrect.
timed-outOperation timed out.
would-recurseOperation would be recursive.
busyFile is busy.
would-blockOperation would block.
host-not-foundHost couldn't be found (remote operations).
would-mergeOperation would merge files.
failed-handledOperation failed and a helper program has already interacted with the user. Do not display any error dialog.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gio/stable/gio-GIOError.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.