Exception thrown due to an unknown error. An example of where this error may be returned is if a
Status value received from another address space belongs to an error-space that is not known in
this address space. Also errors raised by APIs that do not return enough error information may be
converted to this error.
[[["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, with a comprehensive list of previous versions down to 2.7.1 accessible via provided links.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnknownException\u003c/code\u003e is a Java class that extends \u003ccode\u003eApiException\u003c/code\u003e and is thrown when an error occurs that cannot be identified or categorized.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be constructed with parameters like a message, a \u003ccode\u003eThrowable\u003c/code\u003e cause, a \u003ccode\u003eStatusCode\u003c/code\u003e, and a boolean to indicate if it's retryable.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eUnknownException\u003c/code\u003e can be constructed with \u003ccode\u003eErrorDetails\u003c/code\u003e, in addition to the usual \u003ccode\u003eThrowable\u003c/code\u003e cause, \u003ccode\u003eStatusCode\u003c/code\u003e and boolean.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnknownException\u003c/code\u003e inherits several methods from \u003ccode\u003eApiException\u003c/code\u003e and the base \u003ccode\u003eObject\u003c/code\u003e and \u003ccode\u003eThrowable\u003c/code\u003e classes, such as \u003ccode\u003egetDomain\u003c/code\u003e, \u003ccode\u003egetReason\u003c/code\u003e, \u003ccode\u003eprintStackTrace\u003c/code\u003e, and \u003ccode\u003egetMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]