The CommunicationErrorCodes
enumerated type contains information about communication diagnostics, such as interruptions and detected errors. It contains these values:
Enumerator |
Value (hex) |
Description |
---|---|---|
|
|
The exchange is valid. For more details on the transaction status, refer to OperationErrorCodes: Operation Error Codes. |
|
|
The exchange stopped when the timeout expired. |
|
|
The exchange was stopped by a user request (the |
|
|
The address format is incorrect. |
|
|
The remote address is incorrect. |
|
|
The management table format is incorrect. |
|
|
Specific parameters are incorrect. |
|
|
There was a problem while sending the request to the destination. |
|
|
The reception buffer size is insufficient. |
|
|
The transmission buffer size is insufficient. |
|
|
A system resource is unavailable. |
|
|
The transaction number is incorrect. |
|
|
The length is incorrect. |
|
|
The operation error code contains a protocol-specific code. The message was sent but was not received by the target, or the target has replied with an error code. For more details on the protocol-specific code status, refer to OperationErrorCodes: Operation Error Codes. |
|
|
The message was refused. For more details on the message refused status, refer to OperationErrorCodes: Operation Error Codes. |