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."],[[["The latest version of the `UnavailableException` documentation is 2.63.1, with multiple prior versions available for reference."],["`UnavailableException` is thrown when a service is temporarily unavailable, and suggests a retry with backoff as a potential solution."],["This class extends `ApiException` and inherits various members such as `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, `getStatusCode()`, and `isRetryable()`."],["There are three constructors for `UnavailableException`, allowing you to specify the `message`, `cause`, `statusCode`, `retryable`, and `errorDetails` parameters when creating the exception."],["The documentation also provides a listing of many inherited members from object and throwable, offering useful functions when dealing with exceptions."]]],[]]