[[["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 latest version available for `GrpcStatusCode` is 2.63.1, with many older versions also accessible from the dropdown menu."],["`GrpcStatusCode` is an abstract class that implements `StatusCode` and represents a failure code specific to a gRPC call."],["The class inherits several methods from `java.lang.Object`, including `clone()`, `equals(Object)`, and `hashCode()`."],["It has a static method, `of(Status.Code grpcCode)`, to create a new instance with a given `io.grpc.Status.Code`."],["The class also includes the methods `getCode()` to return the `Status.Code` from grpc, and an abstract method, `getTransportCode()` to return the transport-specific status code value."]]],[]]