Hyperlinkv0.8.0-beta.28

QueueHyperlink

QueueHyperlink.queueReleaseEncodingErrorconstsrc/QueueHyperlink.ts:491
Schema.Union<
  readonly [
    typeof QueueMissingItemSchemaError,
    typeof QueueItemEncodingError
  ]
>

The releaseEncoded failure channel — the wire-encodable union of the engine's encode errors (now Schema.TaggedErrorClass, so they are both yieldable and RPC-encodable).

wire schemas
Referenced by 2 symbols