[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`AppIdentityServicePb.AppIdentityServiceError.ErrorCode` is an enum that implements `ProtocolMessageEnum`, providing a set of predefined error codes."],["It inherits numerous methods from the `Enum` and `Object` classes, including `valueOf`, `equals`, `hashCode`, `toString`, and others, for common operations on enum types."],["The enum defines several static fields representing specific error conditions, such as `BLOB_TOO_LARGE`, `DEADLINE_EXCEEDED`, `NOT_ALLOWED`, `SUCCESS`, and `UNKNOWN_ERROR`, among others."],["It also includes static methods like `forNumber`, `getDescriptor`, `internalGetValueMap`, `valueOf`, and `values` to handle various enum-related tasks, including retrieving a code by its number or descriptor."],["The enum provides instance methods such as `getDescriptorForType`, `getNumber`, and `getValueDescriptor`, which are used to get detailed information about a particular enum instance."]]],[]]