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."],[[["This webpage details the `UnknownException` class, which is a type of `ApiException` thrown when an error is not recognized or when an API does not return sufficient error data."],["The latest version of the API documentation available is `2.63.1`, with numerous past versions listed, providing a comprehensive history."],["`UnknownException` can be constructed with a message, a cause, a status code, and a retryable flag, with variations allowing for the omission of the message or the addition of error details."],["The `UnknownException` class inherits several methods from `ApiException`, `Object` and `Throwable`, allowing for detailed error analysis and management."]]],[]]