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 lists multiple versions of the `UnavailableException` class, ranging from version 2.7.1 up to the latest version, 2.63.1, which all fall under the umbrella of version 2.13.0."],["`UnavailableException` is thrown when a service is temporarily down and is likely to be resolved by retrying after a backoff period."],["`UnavailableException` inherits methods from `ApiException`, such as `getStatusCode()` and `isRetryable()`, as well as various methods from `Object` and `Throwable` classes."],["There are two constructors for the `UnavailableException` class, one that accepts a message and one that does not, both accept the same remaining parameters of cause, statusCode and retryable."],["The parameters for the constructors include a message (String), cause (Throwable), statusCode (StatusCode), and whether it's retryable (boolean)."]]],[]]