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
448448| INVALID\_CONTENT | <code>"invalid-content"</code> | An error associated with a Content object. |
449449| INVALID\_SCHEMA | <code>"invalid-schema"</code> | An error due to invalid Schema input. |
450450| 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. |
452452| NO\_MODEL | <code>"no-model"</code> | An error occurred due to a model name not being specified during initialization. |
453453| NO\_PROJECT\_ID | <code>"no-project-id"</code> | An error occurred due to a missing project ID. |
454454| PARSE\_FAILED | <code>"parse-failed"</code> | An error occurred while parsing. |
455455| REQUEST\_ERROR | <code>"request-error"</code> | An error occurred in a request. |
456456| 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. |
458458
459459## BlockReason
460460
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export const enum AIErrorCode {
8787 /** An error occurred due to a missing Firebase API key. */
8888 NO_API_KEY = 'no-api-key' ,
8989
90- /** An error occured due to a missing Firebase app ID. */
90+ /** An error occurred due to a missing Firebase app ID. */
9191 NO_APP_ID = 'no-app-id' ,
9292
9393 /** An error occurred due to a model name not being specified during initialization. */
@@ -99,6 +99,6 @@ export const enum AIErrorCode {
9999 /** An error occurred while parsing. */
100100 PARSE_FAILED = 'parse-failed' ,
101101
102- /** An error occured due an attempt to use an unsupported feature. */
102+ /** An error occurred due an attempt to use an unsupported feature. */
103103 UNSUPPORTED = 'unsupported'
104104}
You can’t perform that action at this time.
0 commit comments