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 for `com.google.api.gax.rpc.UnavailableException` is 2.63.1."],["The `UnavailableException` class is thrown when a service is currently down or unavailable, suggesting a temporary issue that might be resolved by retrying the request."],["This `UnavailableException` class is an extension of the `ApiException` class and includes methods such as `getStatusCode()` and `isRetryable()`."],["The `UnavailableException` class has two constructors, one allowing for a custom message to be passed and another that does not, while both share the same `Throwable cause`, `StatusCode statusCode`, and `boolean retryable` parameters."],["This documentation provides historical version access all the way back to version 2.7.1 for the class `com.google.api.gax.rpc.UnavailableException`."]]],[]]