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."],[[["The `UnknownException` class represents an error condition where the specific cause is unknown, often occurring when encountering an unrecognized error type or insufficient error information."],["This exception extends `ApiException` and includes inherited members such as `getDomain()`, `getErrorDetails()`, `getMetadata()`, `getReason()`, `getStatusCode()`, and `isRetryable()`."],["`UnknownException` can be constructed with parameters like `message`, `cause`, `statusCode`, `retryable`, and optionally `errorDetails`, allowing for detailed error reporting."],["The latest version of the documentation available is 2.63.1, but the page also contains documentation for 48 other previous versions going as far back as 2.7.1."]]],[]]