| name | data type | description |
|---|---|---|
| errorMsg | string | |
| taskId | string | |
| state | TaskState | |
| input | object | |
| taskResult | object | |
| operation | string | |
| exception | ApiException |
Example
{
"errorMsg" : "...",
"taskId" : "...",
"state" : "complete",
"input" : { },
"taskResult" : { },
"operation" : "...",
"exception" : {
"message" : "...",
"errors" : [ "...", "..." ]
}
}