Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClientError

Marks an error that mandates a disconnect of the whole client and all its connections, e.g. a login error.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new ClientError(message?: undefined | string, cause?: Error | undefined): ClientError

Properties

Optional cause

cause: Error | undefined

message

message: string

name

name: string

stack

stack: string

Generated using TypeDoc