Parameter |
Type |
Description |
|---|---|---|
job_id |
String |
Specifies the job ID returned after a job is delivered. The job ID can be used to query the job execution progress. For details about how to query the job execution status based on job_id, see Job Status Management. |
Parameter |
Type |
Description |
|---|---|---|
error |
Object |
Specifies the returned error message when an error occurs. For details, see Table 1. |
Parameter |
Type |
Description |
|---|---|---|
message |
String |
Describes the error message when an error occurs. |
code |
String |
Specifies the error code when an error occurs. |
details |
Array of objects |
Specifies error details. Error details provide the error code and fault description, facilitating error handling. |
Parameter |
Type |
Description |
|---|---|---|
message |
String |
Describes the error message when an error occurs. |
code |
String |
Specifies the error code when an error occurs. |