feat: handle overloaded errors [LET-5969] (#5856)

feat: handle overloaded errors
This commit is contained in:
Sarah Wooders
2025-10-30 14:46:05 -07:00
committed by Caren Thomas
parent bd61ba85dd
commit d109bab587
3 changed files with 12 additions and 0 deletions

View File

@@ -202,6 +202,10 @@ class LLMTimeoutError(LLMError):
"""Error when LLM request times out"""
class LLMProviderOverloaded(LLMError):
"""Error when LLM provider is overloaded"""
class BedrockPermissionError(LettaError):
"""Exception raised for errors in the Bedrock permission process."""