Variable HttpsErrorCodeConst
HttpsErrorCode: {
aborted: "aborted";
ABORTED: "aborted";
ALREADY_EXISTS: "already-exists";
"already-exists": "already-exists";
cancelled: "cancelled";
CANCELLED: "cancelled";
DATA_LOSS: "data-loss";
"data-loss": "data-loss";
DEADLINE_EXCEEDED: "deadline-exceeded";
"deadline-exceeded": "deadline-exceeded";
FAILED_PRECONDITION: "failed-precondition";
FAILED_TO_PARSE_WRAPPED_NUMBER: "failed-to-parse-wrapped-number";
"failed-precondition": "failed-precondition";
internal: "internal";
INTERNAL: "internal";
INVALID_ARGUMENT: "invalid-argument";
"invalid-argument": "invalid-argument";
NOT_FOUND: "not-found";
"not-found": "not-found";
ok: "ok";
OK: "ok";
OUT_OF_RANGE: "out-of-range";
"out-of-range": "out-of-range";
PERMISSION_DENIED: "permission-denied";
"permission-denied": "permission-denied";
RESOURCE_EXHAUSTED: "resource-exhausted";
"resource-exhausted": "resource-exhausted";
unauthenticated: "unauthenticated";
UNAUTHENTICATED: "unauthenticated";
unavailable: "unavailable";
UNAVAILABLE: "unavailable";
unimplemented: "unimplemented";
UNIMPLEMENTED: "unimplemented";
unknown: "unknown";
UNKNOWN: "unknown";
UNSUPPORTED_TYPE: "unsupported-type";
} = ...
Type Declaration
Readonlyaborted: "aborted"
ReadonlyABORTED: "aborted"
ReadonlyALREADY_EXISTS: "already-exists"
Readonlyalready-exists: "already-exists"
Readonlycancelled: "cancelled"
ReadonlyCANCELLED: "cancelled"
ReadonlyDATA_LOSS: "data-loss"
Readonlydata-loss: "data-loss"
ReadonlyDEADLINE_EXCEEDED: "deadline-exceeded"
Readonlydeadline-exceeded: "deadline-exceeded"
ReadonlyFAILED_PRECONDITION: "failed-precondition"
ReadonlyFAILED_TO_PARSE_WRAPPED_NUMBER: "failed-to-parse-wrapped-number"
Readonlyfailed-precondition: "failed-precondition"
Readonlyinternal: "internal"
ReadonlyINTERNAL: "internal"
ReadonlyINVALID_ARGUMENT: "invalid-argument"
Readonlyinvalid-argument: "invalid-argument"
ReadonlyNOT_FOUND: "not-found"
Readonlynot-found: "not-found"
Readonlyok: "ok"
ReadonlyOK: "ok"
ReadonlyOUT_OF_RANGE: "out-of-range"
Readonlyout-of-range: "out-of-range"
ReadonlyPERMISSION_DENIED: "permission-denied"
Readonlypermission-denied: "permission-denied"
ReadonlyRESOURCE_EXHAUSTED: "resource-exhausted"
Readonlyresource-exhausted: "resource-exhausted"
Readonlyunauthenticated: "unauthenticated"
ReadonlyUNAUTHENTICATED: "unauthenticated"
Readonlyunavailable: "unavailable"
ReadonlyUNAVAILABLE: "unavailable"
Readonlyunimplemented: "unimplemented"
ReadonlyUNIMPLEMENTED: "unimplemented"
Readonlyunknown: "unknown"
ReadonlyUNKNOWN: "unknown"
ReadonlyUNSUPPORTED_TYPE: "unsupported-type"