diff --git a/litellm/utils.py b/litellm/utils.py index f7462ccab2..355ba24bf5 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -3829,6 +3829,7 @@ def exception_type( exception_mapping_worked = True raise APIError( message=f"VertexAIException - {error_str}", + status_code=500, model=model, llm_provider="vertex_ai", request=original_exception.request