class EventLogKafkaListFailed
extends Error

Error thrown when listing events fails.

Constructors

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

Properties

name: string

Usage

import { EventLogKafkaListFailed } from ".";