4.1.1. Error messages
Error messages
The following table shows the error codes and their definitions:
Error code | Definition |
---|---|
100 | Orders confirmed. |
200 | No files selected for confirmation. |
-100 | No orders found. |
-200 | You are not authorised to process this file. |
-205 | No order available – please log in again. |
-206 | Timeout. Your session has expired. Please log in again. |
-210 | No data available – please log in again. |
-212 | File parameter is missing. |
-213 | Missing parameters. |
-215 | No client information available. |
-216 | An incorrect value was specified for the dirKind parameter. |
-220 | Invalid special character in filename. |
-230 | File not found. |
-300 | Error in order component. |
-305 | File storage aborted. |
-310 | Transfer aborted. |
-1000 | Unexpected error. |
Generation of error message
Generation of the error code via the servlet depends on the type of access:
Type of access | Generation of error code |
---|---|
Browser | HTML page |
Automated access | XML code or string <?xml version="1.0" ?> <!DOCTYPE error [ <!ELEMENT error (message)> <!ELEMENT message (#PCDATA)> ]> <error> <message> An unexpected error has occurred!</message> <error> |