The following errors are specific to binding addresses in the UNIX domain.
[ENOTDIR] | A component of the path prefix is not a directory. |
[ENAMETOOLONG] |
| A component of a pathname exceeded 255 characters, or an entire path name exceeded 1023 characters. |
[ENOENT] | A prefix component of the path name does not exist. |
[ELOOP] | Too many symbolic links were encountered in translating the pathname. |
[EIO] | An I/O error occurred while making the directory entry or allocating the inode. |
[EROFS] | The name would reside on a read-only file system. |
[EISDIR] | An empty pathname was specified. |
|