Error code |
Description |
---|---|
-1 |
Common ARTI error. |
-101 |
The type of protocol is not supported. |
-102 |
The communication channel is not valid or open. |
-103 |
A channel with the specified parameters is already open. |
-104 |
The wrong type of message was received. |
-105 |
There was not any message received. |
-106 |
There was not enough data for this message type received. |
-201 |
There is too much data in the send queue. |
-202 |
There is too much data in the receive queue. |
-203 |
Only in the synchronous mode if last service has not finished yet. |
-301 |
Common communication error in the system –dependent level. |
-401 |
There wasn't such a file on the target or it could not be opened. |
-402 |
The file data doesn't fit completely in the provided buffer. |
-501 |
A strictly necessary function parameter is NULL or invalid. |
-502 |
The maximum number of open channels is exceeded. |
-503 |
There is no SDD assigned to the channel. |
-504 |
There is no type table assigned to the SDD. |
-505 |
The end of symbol table is reached. |
-506 |
There is no symbol with that name found in the SDD. |
-507 |
The data stream for reading the variables is bigger than the target's buffer. |
-508 |
The data stream for writing the variables in the VarList is bigger than the target's buffer. |
-509 |
Another VarList is still active with reading / writing its values. |
-510 |
Writing various VarList blocks is not supported. |
-511 |
The variable's swap size doesn't fit with the number of bytes to be written |
-512 |
Error in parsing the symbol file. |
-513 |
There is a new project on the runtime system so symbols data have changed. |
-514 |
Error in sorting the symbol file. |
-515 |
There is no project downloaded to the runtime system. |