[[["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-21 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."]]],[]]