effect-io-ai

Package: effect
Module: ErrorReporter

ErrorReporter.isIgnored

Returns true if the given value has the ErrorReporter.ignore annotation set to true.

When to use

Use to check whether an error value is annotated to be skipped before forwarding it to error reporting code.

See

Signature

declare const isIgnored: (u: unknown) => boolean

Source

Since v4.0.0