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-02 UTC."],[[["This webpage details the `UnknownException` class, which is a type of `ApiException` thrown when an unknown error occurs, such as receiving a status from another address space or insufficient error information from APIs."],["The most recent version documented is 2.63.1, however many versions are linked, spanning from version 2.7.1 all the way up to 2.63.1."],["`UnknownException` provides two constructors: one that accepts a message, cause, status code, and retryable flag, and another that accepts only a cause, status code, and retryable flag."],["The `UnknownException` class inherits methods from `ApiException`, `Object`, and `Throwable`, which includes methods for error handling and status retrieval."]]],[]]