mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Gemini Vertex Node): Upgrading Langchain/google-vertexai to allow errors to bubble up correctly (#19639)
This commit is contained in:
@@ -12,7 +12,7 @@ export function makeErrorFromStatus(statusCode: number, context?: ErrorContext):
|
||||
403: {
|
||||
message: 'Unauthorized for this project',
|
||||
description:
|
||||
'Check your Google Cloud project ID, and that your credential has access to that project',
|
||||
'Check your Google Cloud project ID, that your credential has access to that project and that billing is enabled',
|
||||
},
|
||||
404: {
|
||||
message: context?.modelName
|
||||
|
||||
Reference in New Issue
Block a user