Firebase Remote Config error code structure. This extends FirebaseError.
Signature:
export declare class FirebaseRemoteConfigError extends FirebaseError
Extends: FirebaseError
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(info, message) | Constructs a new instance of the FirebaseRemoteConfigError class |
FirebaseRemoteConfigError.(constructor)
Constructs a new instance of the FirebaseRemoteConfigError class
Signature:
constructor(info: ErrorInfo, message?: string);
Parameters
| Parameter | Type | Description |
|---|---|---|
| info | ErrorInfo | The error code info. |
| message | string | The error message. If provided, this will override the default message. |