class EventLogCommitCursorFailed
extends Error

Error thrown when committing a cursor fails.

Constructors

new
EventLogCommitCursorFailed(
topic: string,
consumerGroup: string,
message: string,
cause?: unknown,
)

Properties

name: string

Usage

import { EventLogCommitCursorFailed } from ".";