[[["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 various versions of `HttpJsonStatusCode`, a class in the `com.google.api.gax.httpjson` package, ranging from version 2.7.1 to the latest version 2.63.1."],["`HttpJsonStatusCode` is a failure code specific to an HTTP call, implementing the `StatusCode` interface."],["Key functionalities of `HttpJsonStatusCode` include retrieving the code enum value using `getCode()`, getting the HTTP status code with `getTransportCode()`, and creating new instances using the static methods `of(StatusCode.Code statusCode)`, `of(Code rpcCode)`, and `of(int httpStatus)`."],["It has methods such as `equals`, `hashCode`, and `toString` inherited from `Object`, as well as it's own implementation of `getCode` and `getTransportCode`."],["The documentation lists the inheritance structure and inherited members from the `Object` class."]]],[]]