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-09 UTC."],[[["The latest version of the documentation is 2.63.1, with the current page being 2.54.1."],["This page details the `UnknownException` class, which extends `ApiException` and is thrown when an unknown error occurs."],["`UnknownException` can be thrown when an error is received from a different address space or from APIs that lack detailed error information."],["The `UnknownException` class has three constructors that allow for creating exceptions with varying parameters like message, cause, status code, retryability, and error details."],["The `UnknownException` class inherits several methods from `ApiException`, `Object` and `Throwable` such as `getDomain`, `getErrorDetails`, `getMessage`, `printStackTrace` and many more."]]],[]]