[[["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 webpage provides documentation for `HttpJsonStatusCode`, a class used to represent failure codes specific to HTTP calls in the Google API Client Library for Java."],["The class `HttpJsonStatusCode` implements the `StatusCode` interface and inherits methods from the `Object` class, with its version documented as 2.54.1, and includes documentation for other versions."],["There are static methods for creating `HttpJsonStatusCode` instances, including `of(StatusCode.Code statusCode)`, `of(Code rpcCode)`, and `of(int httpStatus)`, each taking different parameters to define the status."],["The `HttpJsonStatusCode` class also provides methods for retrieving status information, including `getCode()` to get the enum value, and `getTransportCode()` to retrieve the status code from the HTTP call."],["The documentation includes methods `equals()`, `hashCode()`, and `toString()`, inherited from the `Object` class, and that are used to verify equality, create hash codes, and print the object."]]],[]]