Error codes for non‐throwing interface of IPAddress family of functions.

Synopsis

Declared in <folly/IPAddressException.h>

enum class IPAddressFormatError : int;

Members

Name

Description

INVALID_IP

The string is not a valid IP address.

UNSUPPORTED_ADDR_FAMILY

The address family is not supported.

NULL_SOCKADDR

A null sockaddr was provided.

Created with MrDocs