Job error codes
After a job has been executed, it returns an error code to indicate if its execution was successful. When creating a new job, a Warning alarm limit is automatically applied which verifies that the Error code was 0.
The individual jobs use a subset of the following codes:
Error code | Description |
---|---|
0 | No error |
1 | System error |
2 | Internal error |
3 | Library error |
4 | Not connected |
5 | Timeout error |
6 | Parameter missing |
7 | Invalid parameter |
8 | Invalid value |
9 | File not found |
10 | Permission denied |
11 | Failed to transform file |