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-09 UTC."],[[["The webpage details the `UnknownException` class, which is a type of `ApiException` in the Google API Client Library for Java."],["`UnknownException` is thrown when an error is encountered that doesn't have a known status or when an API doesn't provide sufficient error details."],["The page includes documentation and links for multiple versions of the library, ranging from version 2.7.1 to 2.63.1, with the latest being 2.63.1."],["The `UnknownException` class has two constructors, one allowing for a message and cause to be passed in, and both requiring a `StatusCode` and a boolean for retryable."],["The inherited members and links to the methods of the class are documented and accessible on the page, along with documentation for the parameters of the constructors."]]],[]]