public class ErrorCodes extends Object
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 |
EADV()
Advertise error
|
static int |
EAFNOSUPPORT()
Address family not supported by protocol
|
static int |
EAGAIN()
Try again
|
static int |
EALREADY()
Operation already in progress
|
static int |
EBADE()
Invalid exchange
|
static int |
EBADF()
Bad file number
|
static int |
EBADFD()
File descriptor in bad state
|
static int |
EBADMSG()
Not a data message
|
static int |
EBADR()
Invalid request descriptor
|
static int |
EBADRQC()
Invalid request code
|
static int |
EBADSLT()
Invalid slot
|
static int |
EBFONT()
Bad font file format
|
static int |
EBUSY()
Device or resource busy
|
static int |
ECANCELED()
Operation Canceled
|
static int |
ECHILD()
No child processes
|
static int |
ECHRNG()
Channel number out of range
|
static int |
ECOMM()
Communication error on send
|
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 |
EDEADLOCK() |
static int |
EDESTADDRREQ()
Destination address required
|
static int |
EDOM()
Math argument out of domain of func
|
static int |
EDOTDOT()
RFS specific error
|
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 |
EILSEQ()
Illegal byte sequence
|
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 |
EISNAM()
Is a named type file
|
static int |
EKEYEXPIRED()
Key has expired
|
static int |
EKEYREJECTED()
Key was rejected by service
|
static int |
EKEYREVOKED()
Key has been revoked
|
static int |
EL2HLT()
Level 2 halted
|
static int |
EL2NSYNC()
Level 2 not synchronized
|
static int |
EL3HLT()
Level 3 halted
|
static int |
EL3RST()
Level 3 reset
|
static int |
ELIBACC()
Can not access a needed shared library
|
static int |
ELIBBAD()
Accessing a corrupted shared library
|
static int |
ELIBEXEC()
Cannot exec a shared library directly
|
static int |
ELIBMAX()
Attempting to link in too many shared libraries
|
static int |
ELIBSCN()
.lib section in a.out corrupted
|
static int |
ELNRNG()
Link number out of range
|
static int |
ELOOP()
Too many symbolic links encountered
|
static int |
EMEDIUMTYPE()
Wrong medium type
|
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 |
ENAVAIL()
No XENIX semaphores available
|
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 |
ENOANO()
No anode
|
static int |
ENOATTR()
The extended attribute does not exist
|
static int |
ENOBUFS()
No buffer space available
|
static int |
ENOCSI()
No CSI structure available
|
static int |
ENODATA()
No data available
|
static int |
ENODEV()
No such device
|
static int |
ENOENT()
No such file or directory
|
static int |
ENOEXEC()
Exec format error
|
static int |
ENOKEY()
Required key not available
|
static int |
ENOLCK()
No record locks available
|
static int |
ENOLINK()
Link has been severed
|
static int |
ENOMEDIUM()
No medium found
|
static int |
ENOMEM()
Out of memory
|
static int |
ENOMSG()
No message of desired type
|
static int |
ENONET()
Machine is not on the network
|
static int |
ENOPKG()
Package not installed
|
static int |
ENOPROTOOPT()
Protocol not available
|
static int |
ENOSPC()
No space left on device
|
static int |
ENOSR()
Out of streams resources
|
static int |
ENOSTR()
Device not a stream
|
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 |
ENOTNAM()
Not a XENIX named type file
|
static int |
ENOTRECOVERABLE()
State not recoverable
|
static int |
ENOTSOCK()
Socket operation on non-socket
|
static int |
ENOTSUP()
The file system does not support extended attributes or has the feature disabled
|
static int |
ENOTTY()
Not a typewriter
|
static int |
ENOTUNIQ()
Name not unique on network
|
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 |
EREMCHG()
Remote address changed
|
static int |
EREMOTE()
Object is remote
|
static int |
EREMOTEIO()
Remote I/O error
|
static int |
ERESTART()
Interrupted system call should be restarted
|
static int |
EROFS()
Read-only file system
|
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 |
ESRMNT()
Srmount error
|
static int |
ESTALE()
Stale file handle
|
static int |
ESTRPIPE()
Streams pipe error
|
static int |
ETIME()
Timer expired
|
static int |
ETIMEDOUT()
Connection timed out
|
static int |
ETOOMANYREFS()
Too many references: cannot splice
|
static int |
ETXTBSY()
Text file busy
|
static int |
EUCLEAN()
Structure needs cleaning
|
static int |
EUNATCH()
Protocol driver not attached
|
static int |
EUSERS()
Too many users
|
static int |
EWOULDBLOCK()
Operation would block
|
static int |
EXDEV()
Cross-device link
|
static int |
EXFULL()
Exchange full
|
public static int E2BIG()
public static int EACCES()
public static int EADDRINUSE()
public static int EADDRNOTAVAIL()
public static int EADV()
public static int EAFNOSUPPORT()
public static int EAGAIN()
public static int EALREADY()
public static int EBADE()
public static int EBADF()
public static int EBADFD()
public static int EBADMSG()
public static int EBADR()
public static int EBADRQC()
public static int EBADSLT()
public static int EBFONT()
public static int EBUSY()
public static int ECANCELED()
public static int ECHILD()
public static int ECHRNG()
public static int ECOMM()
public static int ECONNABORTED()
public static int ECONNREFUSED()
public static int ECONNRESET()
public static int EDEADLK()
public static int EDEADLOCK()
public static int EDESTADDRREQ()
public static int EDOM()
public static int EDOTDOT()
public static int EDQUOT()
public static int EEXIST()
public static int EFAULT()
public static int EFBIG()
public static int EHOSTDOWN()
public static int EHOSTUNREACH()
public static int EIDRM()
public static int EILSEQ()
public static int EINPROGRESS()
public static int EINTR()
public static int EINVAL()
public static int EIO()
public static int EISCONN()
public static int EISDIR()
public static int EISNAM()
public static int EKEYEXPIRED()
public static int EKEYREJECTED()
public static int EKEYREVOKED()
public static int EL2HLT()
public static int EL2NSYNC()
public static int EL3HLT()
public static int EL3RST()
public static int ELIBACC()
public static int ELIBBAD()
public static int ELIBEXEC()
public static int ELIBMAX()
public static int ELIBSCN()
public static int ELNRNG()
public static int ELOOP()
public static int EMEDIUMTYPE()
public static int EMFILE()
public static int EMLINK()
public static int EMSGSIZE()
public static int EMULTIHOP()
public static int ENAMETOOLONG()
public static int ENAVAIL()
public static int ENETDOWN()
public static int ENETRESET()
public static int ENETUNREACH()
public static int ENFILE()
public static int ENOANO()
public static int ENOBUFS()
public static int ENOCSI()
public static int ENODATA()
public static int ENODEV()
public static int ENOENT()
public static int ENOEXEC()
public static int ENOKEY()
public static int ENOLCK()
public static int ENOLINK()
public static int ENOMEDIUM()
public static int ENOMEM()
public static int ENOMSG()
public static int ENONET()
public static int ENOPKG()
public static int ENOPROTOOPT()
public static int ENOSPC()
public static int ENOSR()
public static int ENOSTR()
public static int ENOSYS()
public static int ENOTBLK()
public static int ENOTCONN()
public static int ENOTDIR()
public static int ENOTEMPTY()
public static int ENOTNAM()
public static int ENOTRECOVERABLE()
public static int ENOTSOCK()
public static int ENOTTY()
public static int ENOTUNIQ()
public static int ENXIO()
public static int EOPNOTSUPP()
public static int EOVERFLOW()
public static int EOWNERDEAD()
public static int EPERM()
public static int EPFNOSUPPORT()
public static int EPIPE()
public static int EPROTO()
public static int EPROTONOSUPPORT()
public static int EPROTOTYPE()
public static int ERANGE()
public static int EREMCHG()
public static int EREMOTE()
public static int EREMOTEIO()
public static int ERESTART()
public static int EROFS()
public static int ESHUTDOWN()
public static int ESOCKTNOSUPPORT()
public static int ESPIPE()
public static int ESRCH()
public static int ESRMNT()
public static int ESTALE()
public static int ESTRPIPE()
public static int ETIME()
public static int ETIMEDOUT()
public static int ETOOMANYREFS()
public static int ETXTBSY()
public static int EUCLEAN()
public static int EUNATCH()
public static int EUSERS()
public static int EWOULDBLOCK()
public static int EXDEV()
public static int EXFULL()
public static int ENOATTR()
public static int ENOTSUP()
Copyright © 2023. All Rights Reserved.