[[["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-17 UTC."],[[["The latest version available for `GrpcStatusCode` is 2.63.1, with previous versions listed from 2.62.0 down to 2.7.1."],["`GrpcStatusCode` is an abstract class that implements the `StatusCode` interface and is specifically designed for gRPC failure codes."],["The class inherits several methods from `java.lang.Object`, including `clone()`, `equals()`, and `hashCode()`, among others."],["It provides a static method, `of(Status.Code grpcCode)`, for creating new instances with a specified `io.grpc.Status.Code`."],["The `GrpcStatusCode` class includes methods like `getCode()` to return the `Status.Code` from gRPC and `getTransportCode()` for transport-specific status code values."]]],[]]