effect-io-ai

Package: effect
Module: Channel

Channel.fail

Constructs a channel that fails immediately with the specified error.

Signature

declare const fail: <E>(error: E) => Channel<never, unknown, E, unknown, never, unknown>

Source

Since v2.0.0