Skip to content

ASYNC_WRAPPER_ERROR_MESSAGE

A message of the AsyncWrapperError.

Import:

import { ASYNC_WRAPPER_ERROR_MESSAGE } from 'obsidian-dev-utils/error';

Signature:

const ASYNC_WRAPPER_ERROR_MESSAGE: "An unhandled error occurred executing async operation"

Type: “An unhandled error occurred executing async operation”