This exception is used to preserve the caller's stacktrace when invoking an async task in a sync
context. It will be added as a suppressed exception when propagating the async exception. This
allows callers to catch ApiException thrown in an async operation, while still maintaining the
call site.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The latest version available is 2.63.1, with the current version on display being 2.62.0, and the page lists versions ranging back to 2.7.1."],["`AsyncTaskException` is a `RuntimeException` that preserves the caller's stack trace when invoking an async task within a synchronous context."],["This exception type adds the async exception as a suppressed exception, allowing for `ApiException` to be caught from async operations while keeping the original call site information."],["The page displays the inherited members of the `AsyncTaskException` class, listing those from `Object` and `Throwable`."]]],[]]