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 page details the `UnknownException` class in the Google API Client Library for Java (gax), representing errors that occur when the system receives a status from another address space or when APIs fail to provide sufficient error information."],["The most current version of the `UnknownException` documentation is version 2.63.1, and the page lists documentation for versions ranging from 2.63.1 down to 2.7.1."],["The `UnknownException` class extends `ApiException` and includes inherited methods for retrieving error details like the domain, reason, status code, and metadata, as well as methods for determining if the error is retryable."],["The `UnknownException` can be constructed using several constructors, which all require a `Throwable` cause, `StatusCode`, and a boolean for retryability, with one constructor allowing for an optional message, and another allowing for `ErrorDetails`."]]],[]]