Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gio-GIOError

GIOError


Description

Error helper functions

Methods and Functions

Hierarchy

GEnum
   +----GIOErrorEnum

Detailed Description

Contains helper functions for reporting errors to the user.

Enums and Flags

GIOErrorEnum

Error codes returned by GIO functions.

failed

Generic error condition for when any operation fails.

not-found

File not found error.

exists

File already exists error.

is-directory

File is a directory error.

not-directory

File is not a directory.

not-empty

File is a directory that isn't empty.

not-regular-file

File is not a regular file.

not-symbolic-link

File is not a symbolic link.

not-mountable-file

File cannot be mounted.

filename-too-long

Filename is too many characters.

invalid-filename

Filename is invalid or contains invalid characters.

too-many-links

File contains too many symbolic links.

no-space

No space left on drive.

invalid-argument

Invalid argument.

permission-denied

Permission denied.

not-supported

Operation not supported for the current backend.

not-mounted

File isn't mounted.

already-mounted

File is already mounted.

closed

File was closed.

cancelled

Operation was cancelled. See GCancellable.

pending

Operations are still pending.

read-only

File is read only.

cant-create-backup

Backup couldn't be created.

wrong-etag

File's Entity Tag was incorrect.

timed-out

Operation timed out.

would-recurse

Operation would be recursive.

busy

File is busy.

would-block

Operation would block.

host-not-found

Host couldn't be found (remote operations).

would-merge

Operation would merge files.

failed-handled

Operation failed and a helper program has already interacted with the user. Do not display any error dialog.

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.