Exception thrown when the service is currently unavailable. This is a most likely a transient
condition and may be corrected by retrying with a backoff.
[[["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 available is 2.63.1, as indicated in the list of versions, with a total of 47 documented versions."],["`UnavailableException` is an exception class that is thrown when a service is currently unavailable, suggesting a transient condition that might be resolved by retrying."],["The class `UnavailableException` extends `ApiException` and inherits methods like `getStatusCode()` and `isRetryable()` from it."],["The `UnavailableException` class has two constructors, both of which require parameters such as `cause`, `statusCode`, and `retryable`, while one also requires `message` as a parameter."],["The `UnavailableException` class inherits several members from the Object and Throwable classes, including methods like `clone()`, `equals()`, `getMessage()`, and `printStackTrace()`."]]],[]]