İmza:
export declare class InstallationsClientErrorCode
Özellikler
Özellik | Değiştiriciler | Tür | Açıklama |
---|---|---|---|
API_HATASI | static |
{ code: string; Message: string; } | |
GEÇERSİZ_BAĞ_DEĞ_SAY | static |
{ code: string; Message: string; } | |
GEÇERSİZ_YÜKLEME_KİMLİĞİ | static |
{ code: string; Message: string; } | |
GEÇERSİZ_PROJE_KİMLİĞİ | static |
{ code: string; Message: string; } |
INSTALLsClientErrorCode.API_ERROR
İmza:
static API_ERROR: {
code: string;
message: string;
};
YüklemelerClientErrorCode.INVALID_ARGUMENT
İmza:
static INVALID_ARGUMENT: {
code: string;
message: string;
};
INSTALLsClientErrorCode.INVALID_INSTALLATION_ID
İmza:
static INVALID_INSTALLATION_ID: {
code: string;
message: string;
};
INSTALLsClientErrorCode.GEÇERSİZ PROJE_KİMLİĞİ
İmza:
static INVALID_PROJECT_ID: {
code: string;
message: string;
};