mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 01:06:37 +08:00
12 lines
353 B
JSON
12 lines
353 B
JSON
{
|
|
"success": "Success",
|
|
"unauthorized": "Unauthorized",
|
|
"forbidden": "Forbidden",
|
|
"invalid_token": "Invalid token",
|
|
"channel_not_found": "Channel not found",
|
|
"invalid_request": "Invalid request",
|
|
"internal_error": "Internal server error",
|
|
"quota_exceeded": "Quota exceeded",
|
|
"invalid_input": "Invalid input, please check your input"
|
|
}
|