RESTful响应状态码
错误码 |
错误说明 |
返回结果 |
---|---|---|
200 |
success |
OK |
404 |
URL not found |
{ "error": "not found" } |
408 |
Timeout error |
{ "error": "engine callback timeout." } |
422 |
Input validation error |
{ "error": "Input validation error" } |
424 |
Generation error |
{ "error": "Request failed during generation" } |
429 |
Model is overloaded |
{ "error": "Model is overloaded" } |
500 |
Incomplete generation |
{ "error": "Incomplete generation" } |
父主题: 附录