FirebaseProjectManagementError class

Firebase project management error code structure. This extends FirebaseError.

Signature:

export declare class FirebaseProjectManagementError extends FirebaseError 

Extends: FirebaseError

Constructors

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

FirebaseProjectManagementError.(constructor)

Constructs a new instance of the FirebaseProjectManagementError 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.