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 webpage details the `UnknownException` class, a type of `ApiException` that occurs when an error's origin is unknown or lacks sufficient information."],["It lists a range of available versions, from the latest `2.63.1` down to `2.7.1`, indicating a history of development for the `UnknownException` class."],["`UnknownException` can be constructed with various parameters, including a message, cause, status code, retryable status, and error details, providing flexibility in error reporting."],["This class inherits members from `ApiException`, `Object`, and `Throwable`, including methods for accessing error details, metadata, stack traces, and more, indicating the comprehensive nature of this exception class."],["The exception can be thrown in cases such as when an API does not return enough error information, or if there is an issue with a status value from another address."]]],[]]