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-15 UTC."],[[["The latest version available is 2.63.1, as indicated in the list of versions, with a total of 47 documented versions."],["`UnavailableException` is an exception class that is thrown when a service is currently unavailable, suggesting a transient condition that might be resolved by retrying."],["The class `UnavailableException` extends `ApiException` and inherits methods like `getStatusCode()` and `isRetryable()` from it."],["The `UnavailableException` class has two constructors, both of which require parameters such as `cause`, `statusCode`, and `retryable`, while one also requires `message` as a parameter."],["The `UnavailableException` class inherits several members from the Object and Throwable classes, including methods like `clone()`, `equals()`, `getMessage()`, and `printStackTrace()`."]]],[]]