class EventLogKafkaConnectionFailed
extends Error

Error thrown when a Kafka event log connection cannot be established.

Constructors

new
EventLogKafkaConnectionFailed(
message: string,
cause?: unknown,
)

Properties

name: string

Usage

import { EventLogKafkaConnectionFailed } from ".";