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 \u003ccode\u003eUnknownException\u003c/code\u003e class in the \u003ccode\u003ecom.google.api.gax.rpc\u003c/code\u003e package represents an error that occurs when the specific cause of the exception is unknown.\u003c/p\u003e\n"],["\u003cp\u003eThis exception can arise from issues like encountering an unrecognized status value from another address space or insufficient error details from an API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 2.63.1, with multiple prior versions accessible, going back to version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnknownException\u003c/code\u003e extends \u003ccode\u003eApiException\u003c/code\u003e and inherits several methods from it and other parent classes, including \u003ccode\u003egetDomain()\u003c/code\u003e, \u003ccode\u003egetErrorDetails()\u003c/code\u003e, \u003ccode\u003egetReason()\u003c/code\u003e, and \u003ccode\u003eisRetryable()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are three constructors available for \u003ccode\u003eUnknownException\u003c/code\u003e, allowing for flexibility in handling error details, messages, and retry behavior, each of which having parameters for \u003ccode\u003ecause\u003c/code\u003e, \u003ccode\u003estatusCode\u003c/code\u003e, and \u003ccode\u003eretryable\u003c/code\u003e, with one also having parameters for \u003ccode\u003emessage\u003c/code\u003e and another for \u003ccode\u003eerrorDetails\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]