Skip to content

handleSilentError

Handles a silent error.

Import:

import { handleSilentError } from 'obsidian-dev-utils/async';

Signature:

function handleSilentError(error: unknown): boolean

Parameters:

ParameterTypeDescription
errorunknownThe error to handle.

Returns: boolean — Whether the error is a silent error.