Type Definitions¶
Task Status Types¶
Status Code |
Description |
|---|---|
0 |
Unknown status |
1 |
Task is still queuing |
2 |
Task is running |
3 |
Cannot find corresponding task information |
4 |
Task calculation failed |
5 |
Task calculation completed |
6 |
Task resent |
7 |
Task is compiling |
8 |
Task compilation completed |
Error Code Types¶
Error Code |
Description |
|---|---|
0 |
No error |
1 |
Unknown error |
2 |
Calculating task parameter error |
3 |
Json error |
4 |
Task queue is full (returned when Sinan sends more than 200 tasks) |