[[["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."],[[["The latest version available for `GrpcStatusCode` is 2.63.1, with many other previous versions listed from 2.62.0 down to 2.7.1."],["`GrpcStatusCode` is a class that implements `StatusCode` and is designed for handling failure codes specific to gRPC calls within the Google API Client Libraries for Java."],["It inherits various methods from the `java.lang.Object` class, including methods for object comparison, notification, and string representation."],["The class includes a static `of()` method to create a new `GrpcStatusCode` instance using a `Status.Code` parameter, as well as methods to get the `StatusCode.Code` and `Status.Code` via `getCode()` and `getTransportCode()`."],["The main purpose of the class is to handle error codes by way of a transport-specific status code."]]],[]]