mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
fix: Add BadGatewayError to exceptions list
Co-authored-by: aider (gemini/gemini-3-flash-preview) <aider@aider.chat>
This commit is contained in:
@@ -20,6 +20,7 @@ EXCEPTIONS = [
|
||||
"The API provider is not able to authenticate you. Check your API key.",
|
||||
),
|
||||
ExInfo("AzureOpenAIError", True, None),
|
||||
ExInfo("BadGatewayError", True, "The API provider's servers are down or overloaded."),
|
||||
ExInfo("BadRequestError", False, None),
|
||||
ExInfo("BudgetExceededError", True, None),
|
||||
ExInfo(
|
||||
|
||||
Reference in New Issue
Block a user