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 `UnknownException` class, a subclass of `ApiException`, is thrown when an unspecified error occurs, often due to an unrecognized error space or insufficient error details from APIs."],["This page provides documentation for `UnknownException` across numerous versions, ranging from version 2.7.1 up to the latest version 2.63.1, with links to specific version documentation."],["`UnknownException` can be constructed with parameters such as a message, a `Throwable` cause, a `StatusCode`, and a boolean indicating if it's retryable, and some variations of the constructor even takes in `ErrorDetails` as a parameter."],["The `UnknownException` class inherits various methods from the `ApiException`, `Object`, and `Throwable` classes, including `getDomain()`, `getMessage()`, and `printStackTrace()`."],["Each version page link of the `UnknownException` directs the user to documentation with the class definition, as well as inherited methods and contructors that can be used for each version."]]],[]]