We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
errors.py
1 parent a4d586a commit 5f571d2Copy full SHA for 5f571d2
1 file changed
src/utils/errors.py
@@ -30,6 +30,7 @@ async def handle_api_error(
30
401: "Authentication error (401): Invalid API key or insufficient permissions",
31
403: "Authorization error (403): You don't have permission to access this resource",
32
404: "Not found error (404): The requested resource could not be found",
33
+ 422: "Data source not ready (422): The requested data source is being processed. Please try again later.",
34
429: "Rate limit exceeded (429): Too many requests, please try again later",
35
500: f"Server error (500): The CodeAlive service encountered an issue",
36
502: "Bad gateway (502): The CodeAlive service is temporarily unavailable",
0 commit comments