Code | Description |
---|---|
200 | Success |
400 | Illegal Parameter |
401 | Wrong Signature |
402 | Authentication Failed |
403 | Signature Expired |
404 | Not Found, the resource is missing |
500 | Internal Error, please try again later |
Business-specific Codes | |
5308 | Dataset not exists |
5509 | First pool must be distribution |
5523 | Last pool must be completion |
5707 | File cannot be empty |
5708 | File size exceeds 100MB limit |
5709 | File must be in ZIP format |
5710 | File tree misalignment, refer to API docs for correction |
5801 | Project name already exists |
5802 | Project not exists |
5836 | Folder name already exists |
5837 | Not authority to access project |
5838 | Wrong data type |
5839 | Operation item structure error |
5840 | Project manager not exists |
5841 | Workflow structure error |
5843 | Algorithm not available |
5844 | Algorithm Mapping structure error |
5845 | Workflow not exists |
json
{
"code": 400,
"data": null,
"date": "",
"message": "Illegal Parameter",
"requestId": "",
"success": false
}
json
{
"code": 404,
"data": null,
"date": "",
"message": "Not Found, the resource is missing",
"requestId": "",
"success": false
}
json
{
"code": 500,
"data": null,
"date": "",
"message": "Internal Error, please try again later",
"requestId": "",
"success": false
}