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-17 UTC."],[[["This webpage details the `UnknownException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package."],["The `UnknownException` is an `ApiException` that signifies an error of an unknown nature, often occurring when the system receives a status value from a foreign space that it cannot recognize."],["The latest version available for this `UnknownException` class is 2.63.1, with a detailed list of past versions, ranging down to 2.7.1, provided for reference and implementation."],["This class has two constructors, both of which accept a `Throwable` cause, a `StatusCode`, and a boolean for `retryable`, however one also takes a string `message`."],["The page also provides information on members inherited from `ApiException`, `Object`, and `Throwable` along with links to their full descriptions."]]],[]]