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-02 UTC."],[[["The latest version of the `UnavailableException` class is 2.63.1, with many prior versions listed, including the currently shown version 2.50.0."],["`UnavailableException` is a type of `ApiException` that is thrown when a service is temporarily unavailable, suggesting a transient issue."],["This exception is often correctable by retrying the request, ideally with a backoff strategy."],["The `UnavailableException` class has three constructors, all of which take parameters such as a `Throwable` cause, a `StatusCode`, and a boolean indicating if the exception is retryable, and one of these constructors also takes in a string message, while another also takes in error details."],["`UnavailableException` inherits many methods from `ApiException`, `Throwable`, and `Object`."]]],[]]