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 webpage lists different versions of the `UnknownException` class, with version 2.63.1 being the latest."],["`UnknownException` is thrown when an unknown error occurs, often due to issues like receiving an error status from an unknown address space or insufficient error information."],["This class extends `ApiException` and inherits its methods like `getStatusCode()` and `isRetryable()`, in addition to also inheriting other members from classes like `Object` and `Throwable`."],["The `UnknownException` class has two constructors, both designed to initialize an instance of the exception, however one allows for the input of a message as well."]]],[]]