effect-io-ai

Package: @effect/platform
Module: HttpLayerRouter

HttpLayerRouter.unhandled

A pseudo-error type that represents an error that should be not handled by the middleware.

Signature

export interface unhandled {
  readonly _: unique symbol
}

Source

Since v1.0.0