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-09 UTC."],[[["The webpage documents the `UnavailableException` class within the Google API Client Library for Java."],["This exception is thrown when a service is temporarily unavailable and suggests retrying the operation after a backoff period."],["The page lists numerous versions of the `UnavailableException` class, with version 2.63.1 being the latest and version 2.11.0 as the default, showing that there are many previous versions for the class as well."],["The `UnavailableException` class extends `ApiException` and includes inherited members such as `getStatusCode()` and `isRetryable()`."],["The class provides two constructors that allow for variations of parameters when handling the `UnavailableException` error."]]],[]]