[[["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 page provides documentation for the `GrpcStatusCode` class, which represents a failure code specific to gRPC calls within the `com.google.api.gax.grpc` package."],["The `GrpcStatusCode` class implements the `StatusCode` interface and inherits from `java.lang.Object`, offering a standardized way to handle gRPC status codes."],["The `of(Status.Code grpcCode)` static method allows you to create a `GrpcStatusCode` instance from a given `io.grpc.Status.Code`, with documentation indicating the parameter type and a description."],["The class provides methods such as `getCode()` to retrieve the `StatusCode.Code` and `getTransportCode()` to obtain the transport-specific status code value."],["This page contains documentation for many previous versions of the GrpcStatusCode class, ranging from version 2.7.1 up to 2.63.1."]]],[]]