FileError#
- class FileError#
Values corresponding to errno
codes returned from file operations
on UNIX. Unlike errno
codes, GFileError values are available on
all systems, even Windows. The exact meaning of each code depends
on what sort of file operation you were performing; the UNIX
documentation gives more details. The following error code descriptions
come from the GNU C Library manual, and are under the copyright
of that manual.
It’s not very portable to make detailed assumptions about exactly which errors will be returned from a given operation. Some errors don’t occur on some systems, etc., sometimes there are subtle differences in when a system will report a given error, etc.
Fields#
- class FileError
- ACCES#
The type of the None singleton.
- AGAIN#
The type of the None singleton.
- BADF#
The type of the None singleton.
- EXIST#
The type of the None singleton.
- FAILED#
The type of the None singleton.
- FAULT#
The type of the None singleton.
- INTR#
The type of the None singleton.
- INVAL#
The type of the None singleton.
- IO#
The type of the None singleton.
- ISDIR#
The type of the None singleton.
- LOOP#
The type of the None singleton.
- MFILE#
The type of the None singleton.
- NAMETOOLONG#
The type of the None singleton.
- NFILE#
The type of the None singleton.
- NODEV#
The type of the None singleton.
- NOENT#
The type of the None singleton.
- NOMEM#
The type of the None singleton.
- NOSPC#
The type of the None singleton.
- NOSYS#
The type of the None singleton.
- NOTDIR#
The type of the None singleton.
- NXIO#
The type of the None singleton.
- PERM#
The type of the None singleton.
- PIPE#
The type of the None singleton.
- ROFS#
The type of the None singleton.
- TXTBSY#
The type of the None singleton.