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-17 UTC."],[[["The `UnavailableException` class is thrown when a service is temporarily unavailable, suggesting that retrying with a backoff might resolve the issue."],["`UnavailableException` extends `ApiException` and inherits its members such as `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, `getStatusCode()`, and `isRetryable()`."],["Constructors for `UnavailableException` allow for specifying a message, cause, status code, retryable status, and error details when creating an instance of the exception."],["There is a list of numerous older versions of the com.google.api.gax.rpc.UnavailableException class available, along with the most recent version 2.63.1."]]],[]]