FirebaseInstallationsError class

Firebase Installations error code structure. This extends FirebaseError.

Signature:

export declare class FirebaseInstallationsError extends FirebaseError 

Extends: FirebaseError

Constructors

Constructor Modifiers Description
(constructor)(info, message) Constructs a new instance of the FirebaseInstallationsError class

FirebaseInstallationsError.(constructor)

Constructs a new instance of the FirebaseInstallationsError class

Signature:

constructor(info: ErrorInfo, message?: string);

Parameters

Parameter Type Description
info ErrorInfo The error code info.
message string The error message. This will override the default message if provided.