FormEvents

DEF ENUM enumeration name KCML_ERRNO_ENUM

Enumeration ValueValueDescription
_ERRNO_EPERM1Operation not permitted
_ERRNO_ENOENT2No such file or directory
_ERRNO_ESRCH3No such process
_ERRNO_EINTR4Interrupted system call
_ERRNO_EIO5I/O error
_ERRNO_ENXIO6No such device or address
_ERRNO_E2BIG7Argument list too long
_ERRNO_ENOEXEC8Exec format error
_ERRNO_EBADF9Bad file number
_ERRNO_ECHILD10No child processes
_ERRNO_EAGAIN11Try again
_ERRNO_ENOMEM12Out of memory
_ERRNO_EACCES13Permission denied
_ERRNO_EFAULT14Bad address
_ERRNO_ENOTBLK15Block device required
_ERRNO_EBUSY16Device or resource busy
_ERRNO_EEXIST17File exists
_ERRNO_EXDEV18Cross-device link
_ERRNO_ENODEV19No such device
_ERRNO_ENOTDIR20Not a directory
_ERRNO_EISDIR21Is a directory
_ERRNO_EINVAL22Invalid argument
_ERRNO_ENFILE23File table overflow
_ERRNO_EMFILE24Too many open files
_ERRNO_ENOTTY25Not a typewriter
_ERRNO_ETXTBSY26Text file busy
_ERRNO_EFBIG27File too large
_ERRNO_ENOSPC28No space left on device
_ERRNO_ESPIPE29Illegal seek
_ERRNO_EROFS30Read-only file system
31Too many links
_ERRNO_EPIPE32Broken pipe
_ERRNO_EDOM33Math argument out of domain of func
_ERRNO_ERANGE34Math result not representable

Back to the list of Enumerations and Constants