Skip to main content Link Search Menu Expand Document (external link)

ProducerError overview

Added in v0.6.0


Table of contents


error

ProducerError (type alias)

Signature

export type ProducerError = UnknownProducerError

Added in v0.6.0

UnknownProducerError (class)

Signature

export declare class UnknownProducerError {
  constructor(options: { readonly message: string; readonly stack?: string })
}

Added in v0.6.0