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-03-21 UTC."],[[["This webpage details the `UnavailableException` class within the Google API Client Library for Java (gax), version 2.19.6, and its associated documentation."],["The `UnavailableException` is triggered when a service is temporarily inaccessible, suggesting that retrying the operation might resolve the issue."],["The documentation lists various versions of the `UnavailableException` class, with the most current version being 2.63.1."],["This exception class extends `ApiException` and inherits several methods from it, including `getDomain()`, `getErrorDetails()`, and `isRetryable()`."],["There are three constructors for `UnavailableException`, allowing for different levels of detail to be included, such as `message`, `cause`, `statusCode`, `retryable` and `errorDetails`."]]],[]]