[[["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 in the `com.google.api.gax.httpjson` package, covering versions from 2.23.3 up to the latest, 2.63.1."],["`HttpJsonStatusCode` is a class that implements the `StatusCode` interface and represents a failure code specific to an HTTP call."],["The class inherits several methods from `Object` and also has static methods for creating instances, including `of(StatusCode.Code statusCode)`, `of(Code rpcCode)`, and `of(int httpStatus)`."],["The `HttpJsonStatusCode` class includes methods like `getCode()`, `getTransportCode()`, `equals(Object o)`, `hashCode()`, and `toString()`, which provide functionalities to get the code enum value, the http status code, check equality, get the hash code and return a String."],["Users can find documentation for various past versions, allowing them to access information relevant to specific releases of the class."]]],[]]