Unsuccessful response to a port mapping.
Declared in <common/pcp.h>
enum class MappingError : int;
| Name | Description |
|---|---|
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). |