[[["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."],[[["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 methods from the `Object` class, enabling functionality like creating instances and retrieving status codes."],["The page lists various versions of the Google API Client Library for Java, ranging from version 2.63.1 (latest) down to 2.7.1, each linked to its corresponding documentation for the `GrpcStatusCode` class."],["The `of(Status.Code grpcCode)` static method allows for the creation of a new `GrpcStatusCode` instance from an existing `Status.Code`."],["The class offers methods to retrieve status codes, such as `getCode()` which returns the `StatusCode.Code` and `getTransportCode()` which returns the `io.grpc.Status.Code`."]]],[]]