Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SubscribeError

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new SubscribeError(message?: string, code?: undefined | string): SubscribeError
  • Parameters

    • Default value message: string = "Unexpected error while subscribing to stream"
    • Optional code: undefined | string

    Returns SubscribeError

Properties

Optional code

code: undefined | string

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor