InstallationsClientErrorCode class

Podpis:

export declare class InstallationsClientErrorCode 

Właściwości

Właściwość Modyfikatory Typ Opis
BŁĄD_API static { code: string; message: string; }
NIEPRAWIDŁOWY_ARG static { code: string; message: string; }
NIEPRAWIDŁOWY_IDENTYFIKATOR_INSTALACJI static { code: string; message: string; }
NIEPRAWIDŁOWY_IDENTYFIKATOR_PROJEKTU static { code: string; message: string; }

InstalacjasClientErrorCode.API_ERROR

Podpis:

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

InstalacjasClientErrorCode.niepowodzenia

Podpis:

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

InstalacjasClientErrorCode.INVALID_INSTALLATION_ID

Podpis:

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

InstalacjasClientErrorCode.Nieprawidłowy_IDENTYFIKATOR_PROJEKTU

Podpis:

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