Skip to main content

Module errno

Module errno 

Source
Expand description

Strat9 errno numeric values.

ABI convention: syscalls return usize in RAX. Success is any non-negative value. Errors are encoded as negative errno values in two’s complement (e.g. -EPERM), then interpreted by userspace.

Constants§

E2BIG
EACCES
EADDRINUSE
EAFNOSUPPORT
EAGAIN
EBADF
ECHILD
ECONNREFUSED
EEXIST
EFAULT
EINTR
EINVAL
EIO
EISDIR
ELOOP
ENAMETOOLONG
ENOBUFS
ENOENT
ENOEXEC
ENOMEM
ENOSPC
ENOSYS
ENOTDIR
ENOTEMPTY
ENOTSUP
ENOTTY
EPERM
EPIPE
ERANGE
ESRCH
ETIMEDOUT