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-03-21 UTC."],[[["The `UnknownException` class, an extension of `ApiException`, is thrown when an error's origin is unknown or the error information provided is insufficient."],["This exception can arise when a `Status` value originates from an unrecognized error space or when APIs fail to supply adequate error details."],["The webpage provides access to various versions of this class, ranging from version 2.7.1 up to the latest version 2.63.1."],["`UnknownException` objects can be constructed with parameters like a message, a throwable cause, a status code, and a boolean to indicate if it's retryable, as well as an additional parameter `ErrorDetails` in one of the constructor."],["`UnknownException` inherets a variety of methods and functions, such as getDomain, getErrorDetails, getMetadata, and much more, from `ApiException` and other parent classes, which can be reviewed in the webpage."]]],[]]