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"]],[["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-08-07 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`."]]],[]]