Error Handling
Error numbers and the related strings are called or acknowledged by means of the standard module interfaces (ClearErrors
, FirstErrorNumber
, GetFirstErrorMessage
, LastErrorNumber
, GetLastErrorMessage
).
Error Number | Description |
---|---|
100 | List of persistent data has changed and does not match the initial size |
110 | Memory (for comparison or consistent copy) can not be created. |
120 | Data storage can not be created for the comparison storage. Feature is switched off. |
130 | Data storage not created for consistent copy |
140 | Persistent variable of type |
150 | Persistent variable is not of supported type: <name of the variable> |
160 | Database cannot be opened. Reading aborted: <detailed error description of the database object> |
170 | Database cannot be closed. Reading aborted: <detailed error description of the database object> |
190 | Database cannot be created. Saving aborted. <detailed error description of the database object> |
200 | Database cannot be opened. Saving aborted. <detailed error description of the database object> |
210 | Database cannot be closed. <detailed error description of the database object> |
220 | Error while writing of an entry: <detailed error description of the database object> |
230 | Error while reading the system time |