We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f635a commit 96596b6Copy full SHA for 96596b6
packages/vertexai/src/types/error.ts
@@ -87,7 +87,7 @@ export const enum VertexAIErrorCode {
87
/** An error occurred due to a missing Firebase API key. */
88
NO_API_KEY = 'no-api-key',
89
90
- /** An error occured due to a missing app ID. */
+ /** An error occured due to a missing Firebase app ID. */
91
NO_APP_ID = 'no-app-id',
92
93
/** An error occurred due to a model name not being specified during initialization. */
0 commit comments