AppErrorCodes class
Stay organized with collections
Save and categorize content based on your preferences.
App client error codes and their default messages.
Signature:
export declare class AppErrorCodes
Properties
AppErrorCodes.APP_DELETED
Signature:
static APP_DELETED: string;
AppErrorCodes.DUPLICATE_APP
Signature:
static DUPLICATE_APP: string;
AppErrorCodes.INTERNAL_ERROR
Signature:
static INTERNAL_ERROR: string;
AppErrorCodes.INVALID_APP_NAME
Signature:
static INVALID_APP_NAME: string;
AppErrorCodes.INVALID_APP_OPTIONS
Signature:
static INVALID_APP_OPTIONS: string;
AppErrorCodes.INVALID_ARGUMENT
Signature:
static INVALID_ARGUMENT: string;
AppErrorCodes.INVALID_CREDENTIAL
Signature:
static INVALID_CREDENTIAL: string;
AppErrorCodes.NETWORK_ERROR
Signature:
static NETWORK_ERROR: string;
AppErrorCodes.NETWORK_TIMEOUT
Signature:
static NETWORK_TIMEOUT: string;
AppErrorCodes.NO_APP
Signature:
static NO_APP: string;
AppErrorCodes.UNABLE_TO_PARSE_RESPONSE
Signature:
static UNABLE_TO_PARSE_RESPONSE: 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,["App client error codes and their default messages.\n\n**Signature:** \n\n export declare class AppErrorCodes \n\nProperties\n\nAppErrorCodes.APP_DELETED\n\n**Signature:** \n\n static APP_DELETED: string;\n\nAppErrorCodes.DUPLICATE_APP\n\n**Signature:** \n\n static DUPLICATE_APP: string;\n\nAppErrorCodes.INTERNAL_ERROR\n\n**Signature:** \n\n static INTERNAL_ERROR: string;\n\nAppErrorCodes.INVALID_APP_NAME\n\n**Signature:** \n\n static INVALID_APP_NAME: string;\n\nAppErrorCodes.INVALID_APP_OPTIONS\n\n**Signature:** \n\n static INVALID_APP_OPTIONS: string;\n\nAppErrorCodes.INVALID_ARGUMENT\n\n**Signature:** \n\n static INVALID_ARGUMENT: string;\n\nAppErrorCodes.INVALID_CREDENTIAL\n\n**Signature:** \n\n static INVALID_CREDENTIAL: string;\n\nAppErrorCodes.NETWORK_ERROR\n\n**Signature:** \n\n static NETWORK_ERROR: string;\n\nAppErrorCodes.NETWORK_TIMEOUT\n\n**Signature:** \n\n static NETWORK_TIMEOUT: string;\n\nAppErrorCodes.NO_APP\n\n**Signature:** \n\n static NO_APP: string;\n\nAppErrorCodes.UNABLE_TO_PARSE_RESPONSE\n\n**Signature:** \n\n static UNABLE_TO_PARSE_RESPONSE: string;"]]