nn::socket::AddrInfoError Enumerated Type

Syntax

enum AddrInfoError;

Value

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.

Description

Error values returned by the GetAddrInfo and GetNameInfo functions.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL