class EventLogAppendFailed
extends Error

Error thrown when an append operation fails.

Constructors

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

Properties

name: string

Usage

import { EventLogAppendFailed } from ".";