[[["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-09 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 `GrpcStatusCode` documented is 2.63.1, while the current page context is for version 2.57.0, with a list of documented versions ranging from 2.63.1 down to 2.7.1."],["It includes a static method `of(Status.Code grpcCode)` for creating new `GrpcStatusCode` instances using a given gRPC `Status.Code`."],["The `getTransportCode()` method is abstract and returns the transport-specific status code value, with the `getCode()` method returning the associated `Status.Code` from gRPC."]]],[]]