effect-io-ai

Package: effect
Module: Types

Types.unhandled

Branded marker interface representing an unhandled error type.

When to use

Use when Effect’s type-level machinery needs to represent an error type that has not been handled yet.

Details

Used internally by the Effect type system to indicate that an error type has not been handled.

See

Signature

export interface unhandled {
  readonly _: unique symbol
}

Source

Since v4.0.0