AIError class

Error class for the Firebase AI SDK.

Signature:

exportdeclareclassAIErrorextendsFirebaseError

Extends:FirebaseError

Constructors

ConstructorModifiersDescription
(constructor)(code, message, customErrorData)Constructs a new instance of theAIError class.

Properties

PropertyModifiersTypeDescription
codeAIErrorCode
customErrorDataCustomErrorData | undefined

AIError.(constructor)

Constructs a new instance of theAIError class.

Signature:

constructor(code:AIErrorCode,message:string,customErrorData?:CustomErrorData|undefined);

Parameters

ParameterTypeDescription
codeAIErrorCodeThe error code fromAIErrorCode.
messagestringA human-readable message describing the error.
customErrorDataCustomErrorData | undefinedOptional 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.