ErrorCodes class Null safety

Operating system error codes.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

E2BIG int
Argument list too long
read-only
EACCES int
Permission denied
read-only
EAGAIN int
Try again
read-only
EBADF int
Bad file number
read-only
EBUSY int
Device or resource busy
read-only
ECHILD int
No child processes
read-only
EDEADLK int
Resource deadlock would occur
read-only
EDOM int
Math argument out of domain of func
read-only
EEXIST int
File exists
read-only
EFAULT int
Bad address
read-only
EFBIG int
File too large
read-only
EILSEQ int
Illegal byte sequence
read-only
EINTR int
Interrupted system call
read-only
EINVAL int
Invalid argument
read-only
EIO int
I/O error
read-only
EISDIR int
Is a directory
read-only
ELOOP int
Too many levels of symbolic links
read-only
EMFILE int
Too many open files
read-only
Too many links
read-only
ENAMETOOLONG int
File name too long
read-only
ENFILE int
File table overflow
read-only
ENODEV int
No such device
read-only
ENOENT int
No such file or directory
read-only
ENOEXEC int
Exec format error
read-only
ENOLCK int
No record locks available
read-only
ENOMEM int
Out of memory
read-only
ENOSPC int
No space left on device
read-only
ENOSYS int
Function not implemented
read-only
ENOTDIR int
Not a directory
read-only
ENOTEMPTY int
Directory not empty
read-only
ENOTTY int
Not a typewriter
read-only
ENXIO int
No such device or address
read-only
EPERM int
Operation not permitted
read-only
EPIPE int
Broken pipe
read-only
ERANGE int
Math result not representable
read-only
EROFS int
Read-only file system
read-only
ESPIPE int
Illegal seek
read-only
ESRCH int
No such process
read-only
EXDEV int
Cross-device link
read-only