Hyperlinkv0.8.0-beta.28

QueueHyperlink

QueueHyperlink.QueueItemEncodingErrorclasssrc/internal/queueSchema.ts:49

A queue item failed schema encoding while preparing a wire handoff release.

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

errors
export class QueueItemEncodingError extends Schema.TaggedErrorClass<QueueItemEncodingError>()(
  "QueueItemEncodingError",
  {
    queue: Schema.String,
    entryId: Schema.String,
    message: Schema.String,
    codecId: Schema.optionalKey(Schema.String),
  },
) {}
Referenced by 2 symbols