Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ErrorCode

Standard libc error codes. Add more to this enum and ErrorStrings as they are needed.

url

http://www.gnu.org/software/libc/manual/html_node/Error-Codes.html

Index

Enumeration members

EACCES

EACCES: = 13

EBADF

EBADF: = 9

EBUSY

EBUSY: = 16

EEXIST

EEXIST: = 17

EFBIG

EFBIG: = 27

EINVAL

EINVAL: = 22

EIO

EIO: = 5

EISDIR

EISDIR: = 21

ENOENT

ENOENT: = 2

ENOSPC

ENOSPC: = 28

ENOTDIR

ENOTDIR: = 20

ENOTEMPTY

ENOTEMPTY: = 39

ENOTSUP

ENOTSUP: = 95

EPERM

EPERM: = 1

EROFS

EROFS: = 30

Generated using TypeDoc