nn::socket::AddrInfoError Enumerated Typeenum AddrInfoError;
| Value | Description |
|---|---|
EAI_BADFLAGS |
Invalid flags. |
EAI_FAIL |
Unrecoverable error. |
EAI_FAMILY |
Unknown address family. |
EAI_MEMORY |
Memory allocation failed. |
EAI_NONAME |
A name could not be resolved. |
EAI_SOCKTYPE |
Socket type error. |
EAI_SYSTEM |
A system error. |
Error values returned by the GetAddrInfo and GetNameInfo functions.
CONFIDENTIAL