[[["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-02 UTC."],[[["The latest version available for `HttpJsonStatusCode` is 2.63.1, but a wide range of previous versions are accessible, starting from version 2.62.0 all the way down to 2.7.1."],["`HttpJsonStatusCode` is a class that implements `StatusCode`, representing a failure code that is specific to an HTTP call, with the ability to inherit properties from the `Object` class."],["This class provides static methods such as `of(StatusCode.Code statusCode)`, `of(Code rpcCode)`, and `of(int httpStatus)` to create instances of `HttpJsonStatusCode` based on different types of status codes."],["`HttpJsonStatusCode` has methods like `equals(Object o)`, `getCode()`, `getTransportCode()`, `hashCode()`, and `toString()` to check for equality, retrieve the code enum value, get the http status code, obtain the hash code, and return a string representation respectively."]]],[]]