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 provides documentation for the `UnknownException` class within the Google API Client Libraries for Java (gax) package, offering a comprehensive overview of its functionality across multiple versions."],["The `UnknownException` is triggered when an error's origin is unclear or unrecognized, such as an unidentifiable `Status` value, and may also occur with APIs that lack sufficient error data."],["The class extends `ApiException` and includes methods to obtain details, metadata, reason, status code, and retry status, and also inherits standard methods from the `Object` and `Throwable` classes."],["The documentation provides details on the constructors for `UnknownException`, including parameters like `message`, `cause`, `statusCode`, `retryable`, and `errorDetails`, with links to their respective Java documentation."],["The webpage lists the available versions of the documentation available, from 2.63.1 down to 2.7.1, with version 2.63.1 being the most recent."]]],[]]