public class Errno extends Object
| Constructor and Description |
|---|
Errno() |
| Modifier and Type | Method and Description |
|---|---|
static int |
E2BIG()
Argument list too long.
|
static int |
EACCES()
Permission denied.
|
static int |
EADDRINUSE()
Address already in use
|
static int |
EADDRNOTAVAIL()
Cannot assign requested address
|
static int |
EAFNOSUPPORT()
Address family not supported by protocol
|
static int |
EAGAIN()
Try again.
|
static int |
EALREADY()
Operation already in progress
|
static int |
EBADF()
Bad file number.
|
static int |
EBADMSG()
Not a data message
|
static int |
EBUSY()
Device or resource busy.
|
static int |
ECANCELED()
Operation Canceled
|
static int |
ECHILD()
No child processes.
|
static int |
ECONNABORTED()
Software caused connection abort
|
static int |
ECONNREFUSED()
Connection refused
|
static int |
ECONNRESET()
Connection reset by peer
|
static int |
EDEADLK()
Resource deadlock would occur
|
static int |
EDESTADDRREQ()
Destination address required
|
static int |
EDOM()
Math argument out of domain of func.
|
static int |
EDQUOT()
Quota exceeded
|
static int |
EEXIST()
File exists.
|
static int |
EFAULT()
Bad address.
|
static int |
EFBIG()
File too large.
|
static int |
EHOSTDOWN()
Host is down
|
static int |
EHOSTUNREACH()
No route to host
|
static int |
EIDRM()
Identifier removed
|
static int |
EINPROGRESS()
Operation now in progress
|
static int |
EINTR()
Interrupted system call.
|
static int |
EINVAL()
Invalid argument.
|
static int |
EIO()
I/O error.
|
static int |
EISCONN()
Transport endpoint is already connected
|
static int |
EISDIR()
Is a directory.
|
static int |
ELOOP()
Too many symbolic links encountered
|
static int |
EMFILE()
Too many open files.
|
static int |
EMLINK()
Too many links.
|
static int |
EMSGSIZE()
Message too long
|
static int |
EMULTIHOP()
Multihop attempted
|
static int |
ENAMETOOLONG()
File name too long
|
static int |
ENETDOWN()
Network is down
|
static int |
ENETRESET()
Network dropped connection because of reset
|
static int |
ENETUNREACH()
Network is unreachable
|
static int |
ENFILE()
File table overflow.
|
static int |
ENOBUFS()
No buffer space available
|
static int |
ENODEV()
No such device.
|
static int |
ENOENT()
No such file or directory.
|
static int |
ENOEXEC()
Exec format error.
|
static int |
ENOLCK()
No record locks available
|
static int |
ENOMEM()
Out of memory.
|
static int |
ENOMSG()
No message of desired type
|
static int |
ENOPROTOOPT()
Protocol not available
|
static int |
ENOSPC()
No space left on device.
|
static int |
ENOSYS()
Function not implemented
|
static int |
ENOTBLK()
Block device required.
|
static int |
ENOTCONN()
Transport endpoint is not connected
|
static int |
ENOTDIR()
Not a directory.
|
static int |
ENOTEMPTY()
Directory not empty
|
static int |
ENOTRECOVERABLE()
State not recoverable
|
static int |
ENOTSOCK()
Socket operation on non-socket
|
static int |
ENOTSUP()
Linux has no ENOTSUP error code.
|
static int |
ENOTTY()
Not a typewriter.
|
static int |
ENXIO()
No such device or address.
|
static int |
EOPNOTSUPP()
Operation not supported on transport endpoint
|
static int |
EOVERFLOW()
Value too large for defined data type
|
static int |
EOWNERDEAD()
Owner died
|
static int |
EPERM()
Operation not permitted.
|
static int |
EPFNOSUPPORT()
Protocol family not supported
|
static int |
EPIPE()
Broken pipe.
|
static int |
EPROTO()
Protocol error
|
static int |
EPROTONOSUPPORT()
Protocol not supported
|
static int |
EPROTOTYPE()
Protocol wrong type for socket
|
static int |
ERANGE()
Math result not representable.
|
static int |
EROFS()
Read-only file system.
|
static int |
errno() |
static int |
ESHUTDOWN()
Cannot send after transport endpoint shutdown
|
static int |
ESOCKTNOSUPPORT()
Socket type not supported
|
static int |
ESPIPE()
Illegal seek.
|
static int |
ESRCH()
No such process.
|
static int |
ESTALE()
Stale NFS file handle
|
static int |
ETIMEDOUT()
Connection timed out
|
static int |
ETOOMANYREFS()
Too many references: cannot splice
|
static int |
ETXTBSY()
Text file busy.
|
static int |
EUSERS()
Too many users
|
static int |
EWOULDBLOCK()
Operation would block
|
static int |
EXDEV()
Cross-device link.
|
static void |
set_errno(int value) |
static org.graalvm.nativeimage.c.type.CCharPointer |
strerror_r(int errnum,
org.graalvm.nativeimage.c.type.CCharPointer buf,
org.graalvm.word.UnsignedWord buflen) |
static org.graalvm.nativeimage.c.type.CCharPointer |
strerror(int errnum) |
public static int EPERM()
public static int ENOENT()
public static int ESRCH()
public static int EINTR()
public static int EIO()
public static int ENXIO()
public static int E2BIG()
public static int ENOEXEC()
public static int EBADF()
public static int ECHILD()
public static int EAGAIN()
public static int ENOMEM()
public static int EACCES()
public static int EFAULT()
public static int ENOTBLK()
public static int EBUSY()
public static int EEXIST()
public static int EXDEV()
public static int ENODEV()
public static int ENOTDIR()
public static int EISDIR()
public static int EINVAL()
public static int ENFILE()
public static int EMFILE()
public static int ENOTTY()
public static int ETXTBSY()
public static int EFBIG()
public static int ENOSPC()
public static int ESPIPE()
public static int EROFS()
public static int EMLINK()
public static int EPIPE()
public static int EDOM()
public static int ERANGE()
public static int ENOTSUP()
public static int EDEADLK()
public static int ENAMETOOLONG()
public static int ENOLCK()
public static int ENOSYS()
public static int ENOTEMPTY()
public static int ELOOP()
public static int EWOULDBLOCK()
public static int ENOMSG()
public static int EIDRM()
public static int EPROTO()
public static int EMULTIHOP()
public static int EBADMSG()
public static int EOVERFLOW()
public static int EUSERS()
public static int ENOTSOCK()
public static int EDESTADDRREQ()
public static int EMSGSIZE()
public static int EPROTOTYPE()
public static int ENOPROTOOPT()
public static int EPROTONOSUPPORT()
public static int ESOCKTNOSUPPORT()
public static int EOPNOTSUPP()
public static int EPFNOSUPPORT()
public static int EAFNOSUPPORT()
public static int EADDRINUSE()
public static int EADDRNOTAVAIL()
public static int ENETDOWN()
public static int ENETUNREACH()
public static int ENETRESET()
public static int ECONNABORTED()
public static int ECONNRESET()
public static int ENOBUFS()
public static int EISCONN()
public static int ENOTCONN()
public static int ESHUTDOWN()
public static int ETOOMANYREFS()
public static int ETIMEDOUT()
public static int ECONNREFUSED()
public static int EHOSTDOWN()
public static int EHOSTUNREACH()
public static int EALREADY()
public static int EINPROGRESS()
public static int ESTALE()
public static int EDQUOT()
public static int ECANCELED()
public static int EOWNERDEAD()
public static int ENOTRECOVERABLE()
public static int errno()
public static void set_errno(int value)
public static org.graalvm.nativeimage.c.type.CCharPointer strerror(int errnum)
public static org.graalvm.nativeimage.c.type.CCharPointer strerror_r(int errnum,
org.graalvm.nativeimage.c.type.CCharPointer buf,
org.graalvm.word.UnsignedWord buflen)