Enum Class FileError

java.lang.Object
java.lang.Enum<FileError>
org.gnome.glib.FileError
All Implemented Interfaces:
Enumeration, Serializable, Comparable<FileError>, Constable

@Generated("io.github.jwharm.JavaGI") public enum FileError extends Enum<FileError> implements Enumeration
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.