[[["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-04-09 UTC."],[[["This webpage provides documentation for the `HttpJsonStatusCode` class, which is a failure code specific to HTTP calls within the Google API Client Libraries for Java."],["The `HttpJsonStatusCode` class implements the `StatusCode` interface and offers static methods to create instances from various code representations, such as `StatusCode.Code`, `com.google.rpc.Code`, and raw HTTP status codes as an integer."],["The page lists multiple versions of the API, from version 2.63.1 (latest) down to version 2.7.1, with links to the documentation for each version."],["`HttpJsonStatusCode` inherits several methods from the `Object` class and includes custom methods like `getCode()`, `getTransportCode()`, `equals(Object)`, `hashCode()` and `toString()`."],["The class offers 3 ways to instantiate it via the static methods: of(StatusCode.Code statusCode), of(Code rpcCode) and of(int httpStatus)."]]],[]]