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-04-02 UTC."],[[["The latest version available is 2.63.1, with a comprehensive list of previous versions down to 2.7.1 accessible via provided links."],["`UnknownException` is a Java class that extends `ApiException` and is thrown when an error occurs that cannot be identified or categorized."],["The class can be constructed with parameters like a message, a `Throwable` cause, a `StatusCode`, and a boolean to indicate if it's retryable."],["The class `UnknownException` can be constructed with `ErrorDetails`, in addition to the usual `Throwable` cause, `StatusCode` and boolean."],["`UnknownException` inherits several methods from `ApiException` and the base `Object` and `Throwable` classes, such as `getDomain`, `getReason`, `printStackTrace`, and `getMessage`."]]],[]]