[[["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-07-01 UTC."],[[["This webpage provides documentation for the `HttpJsonStatusCode` class, which is a failure code specific to HTTP calls within the Google API Client Library for Java."],["The latest version documented is 2.63.1, and the page lists numerous previous versions of the `HttpJsonStatusCode` class, ranging down to version 2.7.1."],["`HttpJsonStatusCode` implements the `StatusCode` interface and inherits methods from the `Object` class, including `equals`, `hashCode`, and `toString`."],["Static methods like `of(StatusCode.Code statusCode)`, `of(Code rpcCode)`, and `of(int httpStatus)` allow for the creation of new `HttpJsonStatusCode` instances using different types of status codes."],["Key methods include `getCode()` to return the code enum value, `getTransportCode()` to retrieve the status code from the HTTP call, and `equals()`, `hashCode()`, and `toString()` for object comparison and representation."]]],[]]