Hyperlinkv0.8.0-beta.28

QueueHyperlink

QueueHyperlink.QueueErrorCarrierinterfacesrc/QueueHyperlink.ts:706

A phantom marker intersected onto a Tag to carry the worker error schema (E's schema) at the type level — the mirror of QueueSuccessCarrier. The layer / serve config constrains the worker's failure channel to this (default Schema.Never: no declared error → the worker must be infallible, or defect). Type-only — no runtime field; the runtime error schema rides the wire stamp.

modelsTagQueueSuccessCarrierSchema.Never
export interface QueueErrorCarrier<Error extends Schema.Top = typeof Schema.Never> {
  readonly [queueErrorCarrierSym]?: Error;
}
Referenced by 1 symbols