This data type describes all errors that can occur while running the library functions:
|
NO_ERROR |
0 |
no occurrence of errors |
|
FIRST_ERROR |
10000 |
|
|
NO_29BIT_ID |
29Bit identifiers are not supported |
|
|
WRONG_BAUDRATE |
baud rate is not supported |
|
|
NO_MEMORY |
memory space cannot be allocated |
|
|
INVALID_CHANNEL |
interface is not supported |
|
|
INVALID_PRIORITY |
invalid priority |
|
|
INVALID_DRIVER_HANDLE |
invalid handle of driver |
|
|
INVALID_MESSAGE_HANDLE |
invalid handle of message |
|
|
INVALID_ID_HANDLE |
invalid identifier handle |
|
|
SENDING_ERROR |
message could not be sent |
|
|
NO_SYNC_SERVICE |
SYNC-service is not supported |
|
|
NO_SYNC_PRODUCER |
SYNC-producer is not supported |
|
|
NO_SYNC_CONSUMER |
SYNC-consumer is not supported |
|
|
NO_SYNC_EVENT |
SYNC-event is not supported |
|
|
NO_SYNC_WINDOW |
window length is not supported |
|
|
NO_SYNC_FOREWARNTIME |
forewarn time is not supported |
|
|
NO_TIME_SERVICE |
TIME -service is not supported |
|
|
NO_ TIME _PRODUCER |
TIME -producer is not supported |
|
|
NO_ TIME _CONSUMER |
TIME -consumer is not supported |
|
|
NO_ TIME _EVENT |
TIME -event is not supported |
|
|
NO_ TIME _FOREWARNTIME |
forewarn time is not supported |
|
|
NO_UPDATE_OPERATION |
CL2.UpdateTimeService not possible as xEnableHighResSync is active |
|
|
FIRST_MF |
10050 |
|
|
LAST_ERROR |
10099 |