@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Class KafkaError

    Base error for all Kafka client errors.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • message: string
      • retriable: boolean
      • Optionaloptions: ErrorOptions

      Returns KafkaError

    Properties

    name: string = "KafkaError"
    retriable: boolean

    Whether this error is retriable (transient).

    Methods

    • Check if a value is an instance of Error

      Parameters

      • error: unknown

      Returns error is KafkaError

      True if the value is an instance of Error, false otherwise