nn::nex::TransportErrorCode::ErrorCode Enumerated Type

Syntax

enum ErrorCode;

Value

Value Description
Unknown Unknown error.
ConnectionFailure Could not establish network connection.
InvalidUrl Invalid syntax in URL included in StationURL.
InvalidKey Key is invalid.
InvalidURLType URLType is invalid.
DuplicateEndpoint Already connected to that station.
IOError Could not send data across network.
Timeout Timeout occurred.
ConnectionReset Network connection reset.
IncorrectRemoteAuthentication Could not correctly authenticate remote station.
ServerRequestError Server returned an error.
DecompressionFailure Error occurred when extracting received data.
ReliableSendBufferFullFatal Send buffer is full, and no further data can be sent.
UPnPCannotInit Not used.
UPnPCannotAddMapping Not used.
NatPMPCannotInit Not used.
NatPMPCannotAddMapping Not used.
UnsupportedNAT Unsupported NAT.
DnsError DNS name resolution failure.
ProxyError Proxy error occurred.
DataRemaining Data remaining in receive buffer. Not used.
NoBuffer No space in receive buffer.
NotFound Requested resource not found.
TemporaryServerError A temporary server error occurred. Wait and try again.
PermanentServerError A permanent server error occurred.
ServiceUnavailable The server cannot handle the request, either because it is temporarily overloaded or because it is down for maintenance.
ReliableSendBufferFull The reliable send buffer is full, and no further data can be sent for a while.
InvalidStation The specified station is invalid.
InvalidSubStreamID The specified SubStreamID is an invalid ID. It is also issued when the SubStreamID cannot be received by the partner station.
PacketBufferFull There is not enough packet buffer and, temporarily, no more data can be sent. For more information about packet buffer settings, see PacketBufferManager.
NatTraversalError NAT transversal failed.
NatCheckError NAT check failed.
LastError

Description

Error codes for the Transport module.

Revision History

2012/12/04
Added PacketBufferFull.
2011/01/27
Initial version.

CONFIDENTIAL