class EventLogConnectionFailed
extends Error

Error thrown when an event log connection cannot be established.

Constructors

new
EventLogConnectionFailed(
message: string,
cause?: unknown,
)

Properties

name: string

Usage

import { EventLogConnectionFailed } from ".";