[[["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 methods from the `Object` class, and has two unique methods: `getCode()` and `getTransportCode()`."],["The documentation details a static factory method, `of(Status.Code grpcCode)`, that allows you to instantiate a new `GrpcStatusCode` with a specified `io.grpc.Status.Code`, as well as the non-static constructor `GrpcStatusCode()`."],["The page lists numerous versions of the library, with version 2.63.1 being the most recent, and version 2.33.0 being the version that this page's documentation is based on."],["It includes documentation for the inherited methods from the `Object` class such as `clone()`, `equals()`, `finalize()`, `getClass()`, `hashCode()`, `notify()`, `notifyAll()`, `toString()`, and `wait()`."]]],[]]