CommunicationErrorCodes: Communication Error Codes
The CommunicationErrorCodes enumerated type contains information about communication diagnostics, such as interruptions and detected errors. It contains these values:
Enumerator |
Value (hex) |
Description |
---|---|---|
CommunicationOK |
00 |
The exchange is valid. |
TimedOut |
01 |
The exchange stopped when the timeout expired. |
Canceled |
02 |
The exchange was stopped by a user request (the Abort command). |
BadAddress |
03 |
The address format is incorrect. |
BadRemoteAddr |
04 |
The remote address is incorrect. |
BadMgtTable |
05 |
The management table format is incorrect. |
BadParameters |
06 |
Specific parameters are incorrect. |
ProblemSendingRq |
07 |
There was a problem while sending the request to the destination. |
SystemRessourceMissing |
0B |
A system resource is missing. |
BadTransactionNb |
0C |
The transaction number is incorrect. |
BadLength |
0E |
The length is incorrect. |
ProtocolSpecificError |
FE |
The operation error code contains a protocol-specific code. |
Refused |
FF |
The message was refused. |