class EventLogKafkaListFailed
extends Error

Error thrown when listing events fails.

Constructors

new
EventLogKafkaListFailed(
topic: string,
message: string,
cause?: unknown,
)

Properties

name: string

Usage

import { EventLogKafkaListFailed } from ".";