mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 18:25:22 +00:00
fix(utils.py): vertex ai api error exception mapping
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user