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-03-21 UTC."],[[["The `UnknownException` class in the `com.google.api.gax.rpc` package is an exception thrown when an unknown error occurs, such as when a Status value from another address space is unrecognized or insufficient error information is provided by APIs."],["The latest version available for the `UnknownException` class is 2.63.1, with a history of versions listed down to 2.7.1."],["`UnknownException` inherits members from `ApiException`, such as `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, `getStatusCode()`, and `isRetryable()`, as well as from standard Java classes like `Object` and `Throwable`."],["There are three constructors available for `UnknownException`, which allow for the specification of a message, cause, status code, retryable flag, and error details."],["This class can be useful for managing situations where error information is limited, or coming from a unknown error space."]]],[]]