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."],[[["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 a type of `ApiException` thrown when an error is encountered that cannot be specifically categorized, such as when an unknown status is returned or insufficient error information is provided."],["The class offers three constructors allowing for the specification of a message, throwable cause, status code, retryability, and/or error details, giving flexibility to implementors."],["The page lists all the versions of the documentation in an ordered list from the most recent version (2.63.1) to older versions, down to 2.7.1."],["The class inherits multiple methods, including `getDomain`, `getErrorDetails`, `getMetadata`, `getReason`, `getStatusCode`, `isRetryable`, as well as many other java inherent methods for objects and throwables."]]],[]]