InstallationsClientErrorCode class
Stay organized with collections
Save and categorize content based on your preferences.
Signature:
export declare class InstallationsClientErrorCode
Properties
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;
};
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-21 UTC."],[],[],null,["# InstallationsClientErrorCode class\n\n**Signature:** \n\n export declare class InstallationsClientErrorCode \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------|------------------------------------|-------------|\n| [API_ERROR](./firebase-admin.installations.installationsclienterrorcode.md#installationsclienterrorcodeapi_error) | `static` | { code: string; message: string; } | |\n| [INVALID_ARGUMENT](./firebase-admin.installations.installationsclienterrorcode.md#installationsclienterrorcodeinvalid_argument) | `static` | { code: string; message: string; } | |\n| [INVALID_INSTALLATION_ID](./firebase-admin.installations.installationsclienterrorcode.md#installationsclienterrorcodeinvalid_installation_id) | `static` | { code: string; message: string; } | |\n| [INVALID_PROJECT_ID](./firebase-admin.installations.installationsclienterrorcode.md#installationsclienterrorcodeinvalid_project_id) | `static` | { code: string; message: string; } | |\n\nInstallationsClientErrorCode.API_ERROR\n--------------------------------------\n\n**Signature:** \n\n static API_ERROR: {\n code: string;\n message: string;\n };\n\nInstallationsClientErrorCode.INVALID_ARGUMENT\n---------------------------------------------\n\n**Signature:** \n\n static INVALID_ARGUMENT: {\n code: string;\n message: string;\n };\n\nInstallationsClientErrorCode.INVALID_INSTALLATION_ID\n----------------------------------------------------\n\n**Signature:** \n\n static INVALID_INSTALLATION_ID: {\n code: string;\n message: string;\n };\n\nInstallationsClientErrorCode.INVALID_PROJECT_ID\n-----------------------------------------------\n\n**Signature:** \n\n static INVALID_PROJECT_ID: {\n code: string;\n message: string;\n };"]]