CommunicationErrorCodes: Communication Error Codes

Enumerated Type Description

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. For more details on the transaction status, refer to OperationErrorCodes: Operation Error Codes.

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.

RecvBufferTooSmall

09

The reception buffer size is insufficient.

SendBufferTooSmall

0A

The transmission buffer size is insufficient.

SystemRessourceMissing

0B

A system resource is unavailable.

BadTransactionNb

0C

The transaction number is incorrect.

BadLength

0E

The length is incorrect.

ProtocolSpecificError

FE

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.

Refused

FF

The message was refused. For more details on the message refused status, refer to OperationErrorCodes: Operation Error Codes.