AIX Errors

AIX Errors displays the status codes used to indicate error conditions related to the AIX operating system. ┌──────────────────────────────────────────────────────────────────────────────┐
│ Table 10. AIX Errors │
├───────────────┬──────────────────────────────────────────────────────────────┤
│ VALUE │ DESCRIPTION │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04001 │ An error occurred during socket creation. The specific │
│ │ errno is EAFNOSUPPORT. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04002 │ An error occurred during socket creation. The specific │
│ │ errno is ESOCKTNOSUPPORT. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04003 │ An error occurred during socket creation. The specific │
│ │ errno is EMFILE. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04004 │ An error occurred during socket creation. The specific │
│ │ errno is ENOBUFS. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04005 │ An unknown error occurred during socket creation. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04006 │ An error occurred during socket binding. The specific errno │
│ │ is EBADF. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04007 │ An error occurred during socket binding. The specific errno │
│ │ is ENOTSOCK. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04008 │ An error occurred during socket binding. The specific errno │
│ │ is EADDRNOTAVAIL. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04009 │ An error occurred during socket binding. The specific errno │
│ │ is EADDRINUSE. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x0400A │ An error occurred during socket binding. The specific errno │
│ │ is EINVAL. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x0400B │ An error occurred during socket binding. The specific errno │
│ │ is EACCES. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x0400C │ An error occurred during socket binding. The specific errno │
│ │ is EFAULT. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x0400D │ An unknown error occurred during socket binding. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x0400E │ An error occurred during socket listen call. The specific │
│ │ errno is EBADF. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x0400F │ An error occurred during socket listen call. The specific │
│ │ errno is ECONNREFUSED. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04010 │ An error occurred during socket listen call. The specific │
│ │ errno is ENOTSOCK. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04011 │ An error occurred during socket listen call. The specific │
│ │ errno is EOPNOTSUPP. │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ 0x04012 │ An unknown error occurred during socket listen call. │
└───────────────┴──────────────────────────────────────────────────────────────┘


[Back: OS/2 Errors]
[Next: Windows NT/Windows 95 Errors]