diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index c3bffc516c..f188801e09 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -1664,4 +1664,5 @@ class SpendCalculateRequest(LiteLLMBase): class ProxyErrorTypes(str, enum.Enum): budget_exceeded = "budget_exceeded" + expired_key = "expired_key" auth_error = "auth_error"