mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 21:15:13 +00:00
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"error": {
|
|
"captcha": {
|
|
"error": "Captcha error",
|
|
"invalid": "Captcha is invalid, please try again",
|
|
"expired": "Captcha has expired, please try again"
|
|
},
|
|
"language_not_found": "Current language pack is not initialized or does not exist"
|
|
},
|
|
"response": {
|
|
"error": "Request error",
|
|
"success": "Request success"
|
|
},
|
|
"success": {
|
|
"login": {
|
|
"oauth2_success": "Login success (OAuth2)",
|
|
"success": "Login success"
|
|
}
|
|
}
|
|
}
|