Unsuccessful response to a port mapping.
Synopsis
Declared in <common/pcp.h>
enum class MappingError : int;
Members
Name |
Description |
|
Any kind of network‐level error. |
|
Any kind of protocol‐level error, except unsupported version or no resources. |
|
Unsupported protocol version. |
|
No resources available (port probably already mapped). |
Created with MrDocs