Error codes for non‐throwing interface of IPAddress family of functions.
Synopsis
Declared in <folly/IPAddressException.h>
enum class IPAddressFormatError : int;
Members
Name |
Description |
|
The string is not a valid IP address. |
|
The address family is not supported. |
|
A null sockaddr was provided. |
Created with MrDocs