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."],[[["This webpage details the `UnknownException` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package, which is version 2.57.0 and contains links to older versions."],["`UnknownException` is a type of `ApiException` that signifies an error due to an unknown cause, such as when an unexpected status value is received or when APIs do not return adequate error details."],["The class `UnknownException` includes constructors that can take parameters like a message, a throwable cause, a status code, and a boolean to indicate if the exception is retryable, with an additional constructor to include `ErrorDetails`."],["It has inherited members such as `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, `getStatusCode()`, `isRetryable()` and other members from `Object` and `Throwable`."],["The content provides the documentation for the class in the `gax` package, and the page has links to older versions of the `UnknownException` class, going back as far as version 2.7.1, with the latest version available being 2.63.1."]]],[]]