Signature:
export declare class InstanceIdClientErrorCode extends InstallationsClientErrorCode
Extends: InstallationsClientErrorCode
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
INVALID_INSTANCE_ID | static |
{ code: string; message: string; } |
InstanceIdClientErrorCode.INVALID_INSTANCE_ID
Signature:
static INVALID_INSTANCE_ID: {
code: string;
message: string;
};