[[["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."],[[["The latest version of the API is 2.63.1, and this page provides access to the documentation for many previous versions of the API, dating back to version 2.7.1."],["The `StatusCode.Code` is an enum with predefined values for error status, which inherit members from the Java Enum and Object classes."],["The available static fields within the `StatusCode.Code` enum consist of common status codes like `ABORTED`, `ALREADY_EXISTS`, `CANCELLED`, `DATA_LOSS`, etc., which represent various error states."],["The `StatusCode.Code` enum provides `valueOf(String name)` and `values()` as static methods to interact with the status codes, and `getHttpStatusCode()` as a method for each code."]]],[]]