Hyperlinkv0.9.0-beta.0

WorkPool

WorkPool.QueueMissingItemSchemaErrorclasssrc/internal/workPoolSchema.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