diff --git a/litellm/utils.py b/litellm/utils.py index 90678f45c..98806c101 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -4719,7 +4719,7 @@ def exception_type( ) elif "403" in error_str: exception_mapping_worked = True - raise U( + raise BadRequestError( message=f"VertexAIException - {error_str}", model=model, llm_provider="vertex_ai",