effect-io-ai

Package: effect
Module: Schema

Schema.CauseIso

Iso representation used for Cause schemas: an ordered array of CauseReasonIso values.

When to use

Use when working with the ISO shape of a Cause schema, such as toIso optics or codecs that expose a cause as its ordered array of encoded reasons.

See

Signature

type CauseIso<E, D> = ReadonlyArray<CauseReasonIso<E, D>>

Source

Since v4.0.0