InstallationsClientErrorCode class

İmza:

export declare class InstallationsClientErrorCode 

Özellikler

Özellik Değiştiriciler Tür Açıklama
API_ERROR static { kod: dize; mesaj: dize; }
INVALID_ARGUMENT static { kod: dize; mesaj: dize; }
INVALID_INSTALLATION_ID static { kod: dize; mesaj: dize; }
GEÇERSİZ_PROJE_KİMLİĞİ static { kod: dize; mesaj: dize; }

InstallationsClientErrorCode.API_ERROR

İmza:

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

InstallationsClientErrorCode.INVALID_ARGUMENT

İmza:

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

InstallationsClientErrorCode.INVALID_INSTALLATION_ID

İmza:

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

InstallationsClientErrorCode.INVALID_PROJECT_ID

İmza:

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