[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-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."]]],[]]