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 available for `UnknownException` is 2.63.1, with several prior versions listed, going back to 2.7.1."],["`UnknownException` is a type of `ApiException` that is thrown when an error occurs that is not explicitly known or defined."],["`UnknownException` can result from receiving a `Status` from a foreign address space, or from APIs that do not give out detailed error info."],["There are three constructors available for `UnknownException`, each allowing for the specification of the `cause`, `statusCode`, and `retryable` parameters, with the first constructor adding the ability to input a message, and the third adding the possibility of inputting error details."],["Inherited members of the `UnknownException` class include various methods from `ApiException`, `Object`, and `Throwable`, covering error details, metadata, and stack trace information."]]],[]]