Error
Error Response
json
{
"error": {
"error_type": "invalid_parameter",
"message": "xxxxx"
}
}
error_type:
BP 请求第三方平台错误
错误代码 | 描述 | HTTP 状态码 |
---|---|---|
err_auth_failed | 认证失败 | 400 |
err_safety_breach | 安全词错误 | 400 |
err_insufficient_balance | 余额不足错误 | 400 |
err_prompt_exceeded | prompt 过长限制错误 | 400 |
err_token_exceeded | openai 的 token 上限错误 | 400 |
err_rate_limited | 限流错误 | 400 |
err_internal | 内部错误 | 400 |
err_invalid_params | 参数错误 | 400 |
err_unknown | 其它错误 | 400 |
BP 内部错误
错误代码 | 描述 | HTTP 状态码 |
---|---|---|
invalid_parameter | json 或者 form 请求参数错误 | 400 |
ai_free_limit | 免费用户使用次数限制 | 400 |
config_invalid | console 配置错误,包括未配置 key | 400 |
api_rate_limit | BP 限流 | 417 |
databse | BP databse 出错 | 429 |
redis_service | BP redis 出错 | 500 |
asset_quantity_not_enough | 资产数量不足错误 | 400 |