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 latest version available is 2.63.1, as indicated in the list of versions, with a total of 47 documented versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnavailableException\u003c/code\u003e is an exception class that is thrown when a service is currently unavailable, suggesting a transient condition that might be resolved by retrying.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eUnavailableException\u003c/code\u003e extends \u003ccode\u003eApiException\u003c/code\u003e and inherits methods like \u003ccode\u003egetStatusCode()\u003c/code\u003e and \u003ccode\u003eisRetryable()\u003c/code\u003e from it.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUnavailableException\u003c/code\u003e class has two constructors, both of which require parameters such as \u003ccode\u003ecause\u003c/code\u003e, \u003ccode\u003estatusCode\u003c/code\u003e, and \u003ccode\u003eretryable\u003c/code\u003e, while one also requires \u003ccode\u003emessage\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUnavailableException\u003c/code\u003e class inherits several members from the Object and Throwable classes, including methods like \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals()\u003c/code\u003e, \u003ccode\u003egetMessage()\u003c/code\u003e, and \u003ccode\u003eprintStackTrace()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]