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 of the `UnavailableException` documentation is 2.63.1, with multiple prior versions available, ranging down to version 2.7.1."],["`UnavailableException` is thrown when a service is temporarily unavailable, suggesting a transient condition that might be resolved by retrying with a backoff."],["The `UnavailableException` class extends `ApiException`, inheriting several methods, such as `getDomain()`, `getErrorDetails()`, and `isRetryable()`, among others."],["There are three constructors provided for `UnavailableException`, allowing for different levels of detail when creating an instance of the exception, including message, cause, status code, retryable, and error details parameters."],["The `UnavailableException` class incorporates numerous parameters within it's constructor methods, that include `message`, `cause`, `statusCode`, `retryable`, and `errorDetails`."]]],[]]