AIError class Stay organized with collections Save and categorize content based on your preferences.
Error class for the Firebase AI SDK.
Signature:
exportdeclareclassAIErrorextendsFirebaseErrorExtends:FirebaseError
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(code, message, customErrorData) | Constructs a new instance of theAIError class. |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| code | AIErrorCode | ||
| customErrorData | CustomErrorData | undefined |
AIError.(constructor)
Constructs a new instance of theAIError class.
Signature:
constructor(code:AIErrorCode,message:string,customErrorData?:CustomErrorData|undefined);Parameters
| Parameter | Type | Description |
|---|---|---|
| code | AIErrorCode | The error code fromAIErrorCode. |
| message | string | A human-readable message describing the error. |
| customErrorData | CustomErrorData | undefined | Optional error data. |
AIError.code
Signature:
readonlycode:AIErrorCode;AIError.customErrorData
Signature:
readonlycustomErrorData?:CustomErrorData|undefined;Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-20 UTC.