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 documentation provided is 2.63.1, and it includes version-specific links for the `UnavailableException` class, ranging from 2.63.1 down to 2.7.1."],["`UnavailableException` is an exception that is thrown when a service is unavailable, and it is considered a transient condition that might be fixed by retrying with a backoff."],["`UnavailableException` extends `ApiException` and inherits various methods like `getDomain()`, `getMetadata()`, and `isRetryable()` from it, along with inheriting multiple methods from `Object` and `Throwable`."],["There are three constructors available for `UnavailableException` which are variably configured to accept parameters such as `message`, `cause`, `statusCode`, `retryable`, and `errorDetails`."]]],[]]