Package: effect
Module: Types
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
unassignedSignature
export interface unhandled {
readonly _: unique symbol
}
Since v4.0.0