GetTrainingJobErrorInfo
Retrieve error information for a training task.
Try it now
Test
RAM authorization
Request syntax
GET /api/v1/trainingjobs/{TrainingJobId}/errorinfo HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TrainingJobId |
string |
Yes |
Training task ID. |
traineyfz0m2hsfv |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema. |
||
| RequestId |
string |
Request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| ErrorInfo |
object |
Error information. |
|
| Code |
string |
Error code. |
200 |
| Message |
string |
Error message. |
success |
| AdditionalInfo |
string |
Additional information. |
additional info |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"ErrorInfo": {
"Code": "200",
"Message": "success",
"AdditionalInfo": "additional info"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.