[[["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."],[[["The latest version of the `ApiException` class is 2.63.1, with the provided document listing versions dating back to 2.7.1."],["`ApiException` is a class extending `RuntimeException` that is used to represent exceptions that occur during Remote Procedure Call (RPC) operations."],["`ApiException` has two constructors, one that includes a message parameter, and both require a `Throwable` cause, a `StatusCode`, and a `boolean` indicating whether the call is retryable."],["The class includes methods to get the status code of the exception via `getStatusCode()` and to determine if a failed request can be retried using `isRetryable()`."],["`ApiException` inherits a wide range of members from the `Object` and `Throwable` classes."]]],[]]