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."],[[["The latest version of the documentation provided is 2.63.1, and this page includes links to documentation for many previous versions of the software, all the way back to version 2.7.1."],["`UnknownException` is an exception class in the Google API Client Library for Java that is thrown when an error occurs that the system cannot identify or classify."],["`UnknownException` has 3 listed constructors that take the cause of the exception as a Throwable, the status code of the error and whether it can be retried, as parameters, and the first constructor also takes a String message."],["The `UnknownException` class inherits members from the `ApiException`, `Object`, and `Throwable` classes, allowing it to retrieve error details, status codes, and manage the exception stack trace."]]],[]]