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-09-04 UTC."],[[["\u003cp\u003eThe webpage lists multiple versions of the \u003ccode\u003eUnavailableException\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnavailableException\u003c/code\u003e is thrown when a service is temporarily down and is likely to be resolved by retrying after a backoff period.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnavailableException\u003c/code\u003e inherits methods from \u003ccode\u003eApiException\u003c/code\u003e, such as \u003ccode\u003egetStatusCode()\u003c/code\u003e and \u003ccode\u003eisRetryable()\u003c/code\u003e, as well as various methods from \u003ccode\u003eObject\u003c/code\u003e and \u003ccode\u003eThrowable\u003c/code\u003e classes.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the \u003ccode\u003eUnavailableException\u003c/code\u003e class, one that accepts a message and one that does not, both accept the same remaining parameters of cause, statusCode and retryable.\u003c/p\u003e\n"],["\u003cp\u003eThe parameters for the constructors include a message (String), cause (Throwable), statusCode (StatusCode), and whether it's retryable (boolean).\u003c/p\u003e\n"]]],[],null,[]]