[[["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."],[[["This webpage provides documentation for the `HttpJsonStatusCode` class in the Google API Client Library for Java, which is used to represent failure codes specific to HTTP calls."],["The page lists various versions of the `HttpJsonStatusCode` class, ranging from version 2.63.1 (latest) down to 2.7.1, each with a link to its respective documentation page."],["The `HttpJsonStatusCode` class implements the `StatusCode` interface and inherits methods from the `Object` class, such as `equals()`, `hashCode()`, and `toString()`."],["The class includes static methods like `of(StatusCode.Code statusCode)`, `of(Code rpcCode)`, and `of(int httpStatus)` to create instances of `HttpJsonStatusCode` from various types of status codes."],["The class methods `getCode()` returns the code enum value, `getTransportCode()` returns the http status code, and `equals`, `hashcode`, and `toString` provide general object functionality."]]],[]]