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 webpage details the `UnknownException` class, a type of `ApiException` that signals an error whose nature is not known or that comes from an unrecognized error space."],["This exception can be triggered when an API returns insufficient error data, or when a `Status` value comes from a space not recognized by the current context."],["The page lists numerous versions of the class, from the latest [2.63.1] down to version [2.7.1], each with its own documentation link."],["`UnknownException` can be constructed using a message, a cause, a status code, and whether it's retryable, or with variations of these parameters, including `ErrorDetails`."],["It inherits several methods from `ApiException` and `Object`, including methods to retrieve error details, status code, and to check for retryability, along with standard object methods."]]],[]]