Parameter |
Type |
Description |
---|---|---|
job_id |
String |
Specifies the returned task ID after delivering the task. Users can query the task progress using this ID. For how to query the execution status of the task based on the task ID, see Task 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. This field is optional. |
Parameter |
Type |
Description |
---|---|---|
message |
String |
Describes the error message when an error occurs. This field is optional. |
code |
String |
Specifies the error code when an error occurs. This field is optional. |