Error¶
Error Model used by Error Viewer
Field | Type | Description | Required | Default |
---|---|---|---|---|
archive_ts | Date | None | Optional |
None |
created | Date | Error creation timestamp | Yes |
NOW |
expiry_ts | Date | Expiry timestamp | Optional |
None |
response | Response | Response from the service | Yes |
None |
sha256 | SHA256 | SHA256 of file related to service error | Yes |
None |
type | Enum | Type of error Supported values are: "EXCEPTION", "MAX DEPTH REACHED", "MAX FILES REACHED", "MAX RETRY REACHED", "SERVICE BUSY", "SERVICE DOWN", "TASK PRE-EMPTED", "UNKNOWN" |
Yes |
EXCEPTION |
Response¶
Error Response from a Service
Field | Type | Description | Required | Default |
---|---|---|---|---|
message | Text | Error message | Yes |
None |
service_debug_info | Keyword | Information about where the service was processed | Optional |
None |
service_name | Keyword | Service Name | Yes |
None |
service_tool_version | Keyword | Service Tool Version | Optional |
None |
service_version | Keyword | Service Version | Yes |
None |
status | Enum | Status of error produced by service Supported values are: "FAIL_NONRECOVERABLE", "FAIL_RECOVERABLE" |
Yes |
None |