API 参考:错误码
| HTTP | detail | 含义 |
|---|---|---|
| 401 | missing_api_key / invalid_api_key | 缺少或无效的 API Key |
| 403 | client_not_active / api_key_revoked / algorithm_not_allowed | 账号停用 / Key 撤销 / 无该算法权限 |
| 404 | algorithm_not_found | 算法不存在 |
| 429 | monthly_quota_exceeded | 超出月度配额 |
| 400 | missing_algorithm / too_many_variables | 缺少参数 / 规模超限 |
| 500 | algorithm_execution_failed | 求解内部异常 |