class EventLogGetCursorFailed
extends Error

Error thrown when getting a cursor fails.

Constructors

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

Properties

name: string

Usage

import { EventLogGetCursorFailed } from ".";