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-09 UTC."],[[["The latest version available is 2.63.1, with a comprehensive list of versions available from 2.63.1 down to 2.7.1."],["`UnavailableException` is a type of `ApiException` that is thrown when a service is temporarily unavailable, suggesting a transient condition that can be fixed by retrying."],["This class has multiple constructors that allow the specification of a message, a cause, a status code, whether it is retryable, and optional error details when creating an instance."],["This exception inherits members such as `getDomain()`, `getErrorDetails()`, and `isRetryable()` from the `ApiException` class, along with numerous others inherited from both the `Object` and `Throwable` classes."]]],[]]