Module linux_api::errno::errno_common
[−]
[src]
Constants
EADDRINUSE |
Address is already in use |
EADDRNOTAVAIL |
Cannot assign the requested address |
EADV |
Error in advertising |
EAFNOSUPPORT |
Address family is not supported by this protocol |
EALREADY |
Operation is already in progress. Be patient! |
EBADE |
Invalid exchange |
EBADFD |
File descriptor is in a bad state |
EBADMSG |
Message is not a data message |
EBADR |
Invalid request descriptor |
EBADRQC |
Invalid request code |
EBADSLT |
Invalid slot |
EBFONT |
Bad font file format |
ECANCELED |
The operation was cancelled |
ECHRNG |
Channel number is out of acceptable range |
ECOMM |
Communications error on send |
ECONNABORTED |
Software caused the connection to abort |
ECONNREFUSED |
Connection was refused |
ECONNRESET |
Connection was reset by a peer |
EDEADLK |
Resource deadlock would occur |
EDEADLOCK |
A deadlock would occur, again |
EDESTADDRREQ |
Destination address required |
EDOTDOT |
A RFS-specific error occurred |
EDQUOT |
You exceeded your quota |
EHOSTDOWN |
The host is down! D: |
EHOSTUNREACH |
There is no usable route to the host |
EHWPOISON |
The memory page has a hardware error |
EIDRM |
Identifier was removed |
EILSEQ |
Illegal byte sequence |
EINPROGRESS |
Operation is in progress |
EISCONN |
Transport endpoint is already connected |
EISNAM |
This is a named type file |
EKEYEXPIRED |
The key you're using has expired |
EKEYREJECTED |
The key you're using was rejected by the service you're trying to access |
EKEYREVOKED |
The key you're using has been revoked |
EL2HLT |
Level 2 was halted |
EL2NSYNC |
Level 2 is not synchronized |
EL3HLT |
Level 3 was halted |
EL3RST |
Level 3 was reset |
ELIBACC |
Can not access a needed shared library |
ELIBBAD |
Attempted to access a shared library, only to find out it was corrupted |
ELIBEXEC |
Cannot exec a shared library directly |
ELIBMAX |
Attempting to link in too many shared libraries |
ELIBSCN |
.lib section in a.out is corrupted |
ELNRNG |
Link number is out of range |
ELOOP |
Too many symbolic links encountered. This is probably an infinite loop |
EMEDIUMTYPE |
You're using the wrong medium type |
EMSGSIZE |
Message is too long |
EMULTIHOP |
A multihop was attempted |
ENAMETOOLONG |
File name is too long. (Hah!) |
ENAVAIL |
No XENIX semaphores are available |
ENETDOWN |
Network is down |
ENETRESET |
Network dropped connection because of a reset |
ENETUNREACH |
Network is unreachable :( |
ENOANO |
No anode is available |
ENOBUFS |
No buffer space is available |
ENOCSI |
No CSI structure is available |
ENODATA |
No data is available |
ENOKEY |
The required key is not available |
ENOLCK |
No record locks available |
ENOLINK |
Link has been severed |
ENOMEDIUM |
No medium was found |
ENOMSG |
No message of the desired type |
ENONET |
Requested machine was not on the network |
ENOPKG |
Package is not installed |
ENOPROTOOPT |
Protocol is not available |
ENOSR |
Out of streams resources |
ENOSTR |
Device is not a stream |
ENOSYS |
Invalid system call number |
ENOTCONN |
Transport endpoint is not connected |
ENOTEMPTY |
Directory is not empty. |
ENOTNAM |
This is not a XENIX named type file |
ENOTRECOVERABLE |
The state of your mutex is not recoverable |
ENOTSOCK |
Socket operation attempted on an object that is not a socket |
ENOTUNIQ |
Name is not unique on the network |
EOPNOTSUPP |
Operation not supported on transport endpoint |
EOVERFLOW |
Value is too large for the defined data type |
EOWNERDEAD |
Your owner died. |
EPFNOSUPPORT |
Protocol family is not supported |
EPROTO |
Protocol error |
EPROTONOSUPPORT |
Protocol is not supported |
EPROTOTYPE |
Protocol type is wrong for this socket |
EREMCHG |
The remote address changed. |
EREMOTE |
Object is remote when it is required to be local |
EREMOTEIO |
A remote I/O error occurred |
ERESTART |
Interrupted system call, you should restart it |
ERFKILL |
Operation is not possible due to RF-kill |
ESHUTDOWN |
Cannot send after the transport endpoint is shut down |
ESOCKTNOSUPPORT |
Socket type is not supported |
ESRMNT |
Srmount error |
ESTALE |
The file handle is stale. Ew! |
ESTRPIPE |
Streams pipe error |
ETIME |
Timer expired |
ETIMEDOUT |
Connection timed out |
ETOOMANYREFS |
Too many references; Cannot splice |
EUCLEAN |
The structure needs cleaning |
EUNATCH |
Protocol driver not attached |
EUSERS |
Too many users |
EWOULDBLOCK |
Operation would block. You should try again? |
EXFULL |
Exchange is full. |