:right-sidebar: True FileError =================================================================== .. currentmodule:: gi.repository.GLib .. class:: FileError :no-contents-entry: 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 ------ .. rst-class:: interim-class .. class:: FileError :no-index: .. attribute:: ACCES The type of the None singleton. .. attribute:: AGAIN The type of the None singleton. .. attribute:: BADF The type of the None singleton. .. attribute:: EXIST The type of the None singleton. .. attribute:: FAILED The type of the None singleton. .. attribute:: FAULT The type of the None singleton. .. attribute:: INTR The type of the None singleton. .. attribute:: INVAL The type of the None singleton. .. attribute:: IO The type of the None singleton. .. attribute:: ISDIR The type of the None singleton. .. attribute:: LOOP The type of the None singleton. .. attribute:: MFILE The type of the None singleton. .. attribute:: NAMETOOLONG The type of the None singleton. .. attribute:: NFILE The type of the None singleton. .. attribute:: NODEV The type of the None singleton. .. attribute:: NOENT The type of the None singleton. .. attribute:: NOMEM The type of the None singleton. .. attribute:: NOSPC The type of the None singleton. .. attribute:: NOSYS The type of the None singleton. .. attribute:: NOTDIR The type of the None singleton. .. attribute:: NXIO The type of the None singleton. .. attribute:: PERM The type of the None singleton. .. attribute:: PIPE The type of the None singleton. .. attribute:: ROFS The type of the None singleton. .. attribute:: TXTBSY The type of the None singleton.