[[["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."],[[["`TaskQueuePb.TaskQueueServiceError.ErrorCode` is an enum that extends `Enum` and implements `ProtocolMessageEnum`, defining error codes for the Task Queue Service."],["The enum includes a wide range of static fields representing specific error conditions, such as `DATASTORE_ERROR`, `DUPLICATE_TASK_NAME`, `INVALID_QUEUE_NAME`, and many others related to datastore, task, and queue issues."],["Static methods are provided for converting between error codes and their numeric representations, including `forNumber`, `valueOf`, and `values`."],["Instance methods enable retrieving the error code's descriptor, numeric value, and value descriptor, like `getDescriptorForType`, `getNumber`, and `getValueDescriptor`."],["The enum inherits several standard methods from `Enum` and `Object`, such as `clone`, `equals`, `hashCode`, `name`, and `toString`."]]],[]]