File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -448,13 +448,13 @@ export declare const enum AIErrorCode
448
448
| INVALID\_CONTENT | <code>"invalid-content"</code> | An error associated with a Content object. |
449
449
| INVALID\_SCHEMA | <code>"invalid-schema"</code> | An error due to invalid Schema input. |
450
450
| NO\_API\_KEY | <code>"no-api-key"</code> | An error occurred due to a missing Firebase API key. |
451
- | NO\_APP\_ID | <code>"no-app-id"</code> | An error occured due to a missing Firebase app ID. |
451
+ | NO\_APP\_ID | <code>"no-app-id"</code> | An error occurred due to a missing Firebase app ID. |
452
452
| NO\_MODEL | <code>"no-model"</code> | An error occurred due to a model name not being specified during initialization. |
453
453
| NO\_PROJECT\_ID | <code>"no-project-id"</code> | An error occurred due to a missing project ID. |
454
454
| PARSE\_FAILED | <code>"parse-failed"</code> | An error occurred while parsing. |
455
455
| REQUEST\_ERROR | <code>"request-error"</code> | An error occurred in a request. |
456
456
| RESPONSE\_ERROR | <code>"response-error"</code> | An error occurred in a response. |
457
- | UNSUPPORTED | <code>"unsupported"</code> | An error occured due an attempt to use an unsupported feature. |
457
+ | UNSUPPORTED | <code>"unsupported"</code> | An error occurred due an attempt to use an unsupported feature. |
458
458
459
459
## BlockReason
460
460
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export const enum AIErrorCode {
87
87
/** An error occurred due to a missing Firebase API key. */
88
88
NO_API_KEY = 'no-api-key' ,
89
89
90
- /** An error occured due to a missing Firebase app ID. */
90
+ /** An error occurred due to a missing Firebase app ID. */
91
91
NO_APP_ID = 'no-app-id' ,
92
92
93
93
/** An error occurred due to a model name not being specified during initialization. */
@@ -99,6 +99,6 @@ export const enum AIErrorCode {
99
99
/** An error occurred while parsing. */
100
100
PARSE_FAILED = 'parse-failed' ,
101
101
102
- /** An error occured due an attempt to use an unsupported feature. */
102
+ /** An error occurred due an attempt to use an unsupported feature. */
103
103
UNSUPPORTED = 'unsupported'
104
104
}
You can’t perform that action at this time.
0 commit comments