[[["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."],[[["The webpage provides documentation for various versions of `HttpJsonStatusCode`, ranging from version 2.63.1 (latest) down to 2.7.1."],["`HttpJsonStatusCode` is a class that implements the `StatusCode` interface, representing a failure code specific to an HTTP call."],["It includes static methods `of(StatusCode.Code statusCode)`, `of(Code rpcCode)`, and `of(int httpStatus)` to create instances of `HttpJsonStatusCode` with different status code types."],["The class provides methods like `getCode()`, `getTransportCode()`, `equals()`, `hashCode()`, and `toString()` for retrieving code information, comparing instances, and converting to string representations."],["`HttpJsonStatusCode` inherits members from the Object class, such as `clone()`, `getClass()`, `notify()`, and `wait()`, which are common methods in Java."]]],[]]