Hyperlinkv0.8.0-beta.28

QueueHyperlink

QueueHyperlink.QueueMissingItemSchemaErrorclasssrc/internal/queueSchema.ts:33

Encoded release was requested for a queue without itemSchema.

Schema.TaggedErrorClass so it is both a yieldable/throwable error and wire-encodable — part of the releaseEncoded RPC error channel.

errors
export class QueueMissingItemSchemaError extends Schema.TaggedErrorClass<QueueMissingItemSchemaError>()(
  "QueueMissingItemSchemaError",
  {
    queue: Schema.String,
  },
) {}
Referenced by 2 symbols