[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]