MappingError

Unsuccessful response to a port mapping.

Synopsis

Declared in <common/pcp.h>

enum class MappingError : int;

Members

NameDescription
NETWORK_ERROR Any kind of network-level error.
PROTOCOL_ERROR Any kind of protocol-level error, except unsupported version or no resources.
UNSUPP_VERSION Unsupported protocol version.
NO_RESOURCES No resources available (port probably already mapped).