ErrorCodes class
Operating system error codes.
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent 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
  no setter
- EACCES → int
- 
  Permission denied
  no setter
- EAGAIN → int
- 
  Try again
  no setter
- EBADF → int
- 
  Bad file number
  no setter
- EBUSY → int
- 
  Device or resource busy
  no setter
- ECHILD → int
- 
  No child processes
  no setter
- EDEADLK → int
- 
  Resource deadlock would occur
  no setter
- EDOM → int
- 
  Math argument out of domain of func
  no setter
- EEXIST → int
- 
  File exists
  no setter
- EFAULT → int
- 
  Bad address
  no setter
- EFBIG → int
- 
  File too large
  no setter
- EILSEQ → int
- 
  Illegal byte sequence
  no setter
- EINTR → int
- 
  Interrupted system call
  no setter
- EINVAL → int
- 
  Invalid argument
  no setter
- EIO → int
- 
  I/O error
  no setter
- EISDIR → int
- 
  Is a directory
  no setter
- ELOOP → int
- 
  Too many levels of symbolic links
  no setter
- EMFILE → int
- 
  Too many open files
  no setter
- EMLINK → int
- 
  Too many links
  no setter
- ENAMETOOLONG → int
- 
  File name too long
  no setter
- ENFILE → int
- 
  File table overflow
  no setter
- ENODEV → int
- 
  No such device
  no setter
- ENOENT → int
- 
  No such file or directory
  no setter
- ENOEXEC → int
- 
  Exec format error
  no setter
- ENOLCK → int
- 
  No record locks available
  no setter
- ENOMEM → int
- 
  Out of memory
  no setter
- ENOSPC → int
- 
  No space left on device
  no setter
- ENOSYS → int
- 
  Function not implemented
  no setter
- ENOTDIR → int
- 
  Not a directory
  no setter
- ENOTEMPTY → int
- 
  Directory not empty
  no setter
- ENOTTY → int
- 
  Not a typewriter
  no setter
- ENXIO → int
- 
  No such device or address
  no setter
- EPERM → int
- 
  Operation not permitted
  no setter
- EPIPE → int
- 
  Broken pipe
  no setter
- ERANGE → int
- 
  Math result not representable
  no setter
- EROFS → int
- 
  Read-only file system
  no setter
- ESPIPE → int
- 
  Illegal seek
  no setter
- ESRCH → int
- 
  No such process
  no setter
- EXDEV → int
- 
  Cross-device link
  no setter