ERROR_ID (ENUM)

TYPE ERROR_ID(

NO_ERROR

Attributes:
qualified_only
InOut:

Name

Initial

Comment

NO_ERROR

0

no error

FAILED

1

general error

INVALID_DEVICE_INSTANCE

2

no or invalid device assiged at input Device

DATA_LENGTH_TOO_BIG

3

Length of command data too big, maximum value is 8

RESPONSE_DATA_LENGTH_TOO_BIG

4

Length of response data too big, maximum value is 8

RESPONSE_DATA_LENGTH_TOO_SMALL

5

Length of response data too small, minimum value is 1

INVALID_RESPONSE_DATA

6

Invalid data of command response

INVALID_RESPONSE_LENGTH

7

length of response data doesn’t match with expected length

NO_RESPONSE_RECEIVED

8

no response from device received

COMMAND_TIMEOUT

9

command wasn’t processed within expected time

FATAL_ERROR

16#5FFF

fatal error of model state machine