[[["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."],[[["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 `HttpJsonStatusCode` class implements the `StatusCode` interface and extends the `Object` class, inheriting several methods related to object management and status codes."],["The documentation details static methods for creating `HttpJsonStatusCode` instances, including `of(StatusCode.Code statusCode)`, `of(Code rpcCode)`, and `of(int httpStatus)`, allowing instantiation from different types of code inputs."],["Available methods include `getCode()`, which retrieves the `StatusCode.Code` enum value, `getTransportCode()` to return the integer status code from the HTTP call, and several overridden methods like `equals()`, `hashCode()`, and `toString()`."],["The webpage displays a list of GAX (Google API Extensions) library versions ranging from 2.63.1 (latest) down to 2.7.1, each with a link to its respective documentation for `HttpJsonStatusCode`."]]],[]]