effect-io-ai

Package: effect
Module: ErrorReporter

ErrorReporter.CurrentErrorReporters

Context reference that holds the set of active error reporters for the current fiber. Defaults to an empty set (no reporting).

When to use

Use when you need to read or replace the current set of error reporters directly.

Signature

declare const CurrentErrorReporters: Context.Reference<ReadonlySet<ErrorReporter>>

Source

Since v4.0.0