Hyperlinkv0.8.0-beta.28

Types

Types.unhandledinterfaceeffect/Types.ts:856
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.

Source effect/Types.ts:8563 lines
export interface unhandled {
  readonly _: unique symbol
}