We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4656ea5 commit da36c95Copy full SHA for da36c95
1 file changed
aider/exceptions.py
@@ -20,6 +20,7 @@ class ExInfo:
20
"The API provider is not able to authenticate you. Check your API key.",
21
),
22
ExInfo("AzureOpenAIError", True, None),
23
+ ExInfo("BadGatewayError", False, None),
24
ExInfo("BadRequestError", False, None),
25
ExInfo("BudgetExceededError", True, None),
26
ExInfo(
0 commit comments