gai_strerror

Obtains the error message for errcode.

extern (C)
char*
gai_strerror

Parameters

errcode addrinfo.ErrorCode

error code returned by getaddrinfo()

Return Value

Type: char*

the error message for errcode.

Meta