class EventLogConsumeFailed
extends Error

Error thrown when consuming events fails.

Constructors

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

Properties

name: string

Usage

import { EventLogConsumeFailed } from ".";