[[["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 the `GrpcStatusCode` class, which is a failure code specific to gRPC calls within the Google API Client Library for Java."],["The `GrpcStatusCode` class implements the `StatusCode` interface and inherits from `java.lang.Object`, offering methods like `getCode()` and `getTransportCode()`."],["The latest version of this package is 2.63.1, and the webpage contains references to versions going as far back as 2.7.1, providing a comprehensive version history."],["A static method, `of(Status.Code grpcCode)`, allows for creating a new `GrpcStatusCode` instance using a given `io.grpc.Status.Code`."],["This class is public and abstract, serving as an interface to obtain the transport-specific status code value."]]],[]]