InstanceIdClientErrorCode class

簽名:

export declare class InstanceIdClientErrorCode extends InstallationsClientErrorCode 

擴充功能:InstallationsClientErrorCode

屬性

屬性 修飾符 類型 說明
INVALID_INSTANCE_ID static { code: string; message: string; }

InstanceIdClientErrorCode.INVALID_INSTANCE_ID

簽名:

static INVALID_INSTANCE_ID: {
        code: string;
        message: string;
    };