InstanceIdClientErrorCode class

Podpis:

export declare class InstanceIdClientErrorCode extends InstallationsClientErrorCode 

Rozszerza: installsClientErrorCode

Właściwości

Właściwość Modyfikatory Typ Opis
NIEPRAWIDŁOWY_IDENTYFIKATOR_INSTANCJI static { code: string; message: string; }

InstanceIdClientErrorCode.INVALID_INSTANCE_ID

Podpis:

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