type alias Failure.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 Failure } from "lib/stream/index.ts";
type { IgnoredObserver } = Failure;