unhandledBranded 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.
typesunassigned
Source effect/Types.ts:8563 lines
export interface unhandled {
readonly unhandled._: unhandled["_"]_: unique symbol
}