RRA Job Error
Output representation of error details gated by includeDiagnostics and caller
permissions.
- JSON example
-
1{ 2 "errorCode": "RRA_JOB_FAILED", 3 "message": "The job failed to complete.", 4 "diagnosticDetails": { 5 "failureStage": "model_inference", 6 "traceToken": "00Dxx0000001ABC-005xx000001WAYNE-9f31c" 7 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| diagnosticDetails | Map<String, Object> | Diagnostic information related to the error. Returned only for authorized users when diagnostic output is enabled. | Big, 67.0 | 67.0 |
| errorCode | String | Error code associated with the failed job. | Big, 67.0 | 67.0 |
| message | String | Description of the error. | Big, 67.0 | 67.0 |