variable ERROR_RESPONDER_STATE_KEY
Since 0.1.0

The ctx.state key under which an application's resolved error responder is published.

IRequestContext.state is a Map<string, unknown> — string keys only — so the seam is a string constant rather than a Symbol.for brand. Exported so a third-party error handler can publish a responder too.

Follows the <owner-package>:<kebab-key> convention documented in state-keys.ts; the owner is @setu-ts/exceptions, whose errorHandler writes it.

Type

"exceptions:error-responder"

Usage

import { ERROR_RESPONDER_STATE_KEY } from "common/src/index.ts";