[[["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-04-02 UTC."],[[["This webpage provides documentation for various versions of `StatusCode.Code` within the Google API Client Library for Java (gax), ranging from version 2.7.1 up to the latest, 2.63.1."],["The `StatusCode.Code` is an enum extending the base `Enum` class, with inherited methods from both `Enum` and `Object` classes available, such as `valueOf`, `clone`, and `equals`."],["Static fields within `StatusCode.Code` represent different types of status codes, including `ABORTED`, `ALREADY_EXISTS`, `CANCELLED`, `DATA_LOSS`, and others, which help define the outcomes of API operations."],["The page outlines the `StatusCode.Code` static methods, including `valueOf(String name)` and `values()`, as well as the instance method `getHttpStatusCode()`, for handling and retrieving status code data."],["All versions listed, including the latest, provide the same enum class and the same static fields and methods."]]],[]]