Handles a silent error.
Import:
import { handleSilentError } from 'obsidian-dev-utils/async';
Signature:
function handleSilentError(error: unknown): boolean
Parameters:
| Parameter | Type | Description |
|---|
error | unknown | The error to handle. |
Returns: boolean — Whether the error is a silent error.