class EventLogAppendFailed
extends Error

Error thrown when an append operation fails.

Constructors

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

Properties

name: string

Usage

import { EventLogAppendFailed } from ".";