ERROR_ID (ENUM)

TYPE ERROR_ID(

NO_ERROR

Attributes:
qualified_only
InOut:

Name

Initial

Comment

NO_ERROR

0

No error occurred

FAILED

1

General Error

INVALID_POINTER

3

Invalid pointer

INVALID_HANDLE

4

Invalid handle

INVALID_INSTANCE

5

Invalid instance handle

INVALID_SLAVE_ADDR

6

Slave address has invalid value

INVALID_SLOT_NUMBER

7

Invalid slot number used for DPV1 read/write request

INVALID_INDEX_NUMBER

8

Invalid index number used for DPV1 read/write request

DPV1_DATASIZE_EXCEEDED

20

Maximum size of DPV1 data exceeded

INOUT_DATASIZE_EXCEEDED

21

Maximum size of input/output data exceeded

INOUT_DATALEN_UNDERSIZED

22

More input/output data to be read than expected

REQUEST_FAILED

30

Request has failed, see AddErrorID for details

REQUEST_INVALID_PARAMETERS

31

Request was called with invalid parameters

REQUEST_INTERNAL_ERROR

32

Internal Error occured during execution of request

REQUEST_INVALID_CNF

33

Received invalid confirmation

JOB_ERROR

40

Job ends with an error

JOB_TIMEOUT

41

Job ends with timeout

JOB_UNKNOWN_ERROR

42

Unknown job error occured

JOB_INVALID_PARAMETER

43

Invalid parametes for job assinged

JOB_NOT_CREATED

44

Job was not created

JOB_PENDING

45

Job is not yet finished

JOB_WRONG_CYCLIC_STATE

46

Job in wrong state

UNKNOWN_ERROR

100

An unknown error occurred

FATAL_ERROR

16#5FFF

Fatal error of model state machine