Signature:
export declare class InstallationsClientErrorCode 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| API_ERROR | static | 
{ code: string; message: string; } | |
| INVALID_ARGUMENT | static | 
{ code: string; message: string; } | |
| INVALID_INSTALLATION_ID | static | 
{ code: string; message: string; } | |
| INVALID_PROJECT_ID | static | 
{ code: string; message: string; } | 
InstallationsClientErrorCode.API_ERROR
Signature:
static API_ERROR: {
        code: string;
        message: string;
    };
InstallationsClientErrorCode.INVALID_ARGUMENT
Signature:
static INVALID_ARGUMENT: {
        code: string;
        message: string;
    };
InstallationsClientErrorCode.INVALID_INSTALLATION_ID
Signature:
static INVALID_INSTALLATION_ID: {
        code: string;
        message: string;
    };
InstallationsClientErrorCode.INVALID_PROJECT_ID
Signature:
static INVALID_PROJECT_ID: {
        code: string;
        message: string;
    };