Enumeration ErrorCode

Standard libc error codes. More will be added to this enum and ErrorStrings as they are needed.

Enumeration Members

EACCES: 13
EBADF: 9
EBUSY: 16
EEXIST: 17
EFBIG: 27
EINVAL: 22
EIO: 5
EISDIR: 21
ENOENT: 2
ENOSPC: 28
ENOTDIR: 20
ENOTEMPTY: 39
ENOTSUP: 95
EPERM: 1
EROFS: 30

Generated using TypeDoc