type alias IgnoredObserver

The callback shape onIgnored installs: every ignored failure arrives with the label its call site declared.

Definition

(
context: string,
error: unknown
) => void

Usage

import { type IgnoredObserver } from "lib/result/failure.ts";