effect-io-ai

Package: effect
Module: Micro

Micro.MicroCause

A MicroCause is a data type that represents the different ways a Micro can fail.

Details

MicroCause comes in three forms:

Signature

type MicroCause<E> = | MicroCause.Die
  | MicroCause.Fail<E>
  | MicroCause.Interrupt

Source

Since v3.4.6