raise expired_key error

This commit is contained in:
Ishaan Jaff 2024-07-12 18:39:00 -07:00
parent fd743aaefd
commit 34ff0a7e57

View File

@ -1664,4 +1664,5 @@ class SpendCalculateRequest(LiteLLMBase):
class ProxyErrorTypes(str, enum.Enum):
budget_exceeded = "budget_exceeded"
expired_key = "expired_key"
auth_error = "auth_error"