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-03-21 UTC."],[[["The latest version available for `UnavailableException` is 2.63.1, with links provided to documentation for versions ranging from 2.63.1 down to 2.7.1."],["`UnavailableException` is an exception thrown when a service is temporarily unavailable, suggesting that retrying with backoff might resolve the issue."],["It extends the `ApiException` class and inherits members such as `getStatusCode()` and `isRetryable()` from it, as well as several methods from the `Object` and `Throwable` classes."],["The `UnavailableException` class has two constructors that allow you to create it with or without a message, as well as a `cause`, a `statusCode`, and a `retryable` boolean."]]],[]]