Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IllegalStateError
    • CancellationError

Index

Constructors

Properties

Constructors

constructor

  • new CancellationError(msg: string, cause?: Error, serverStackTrace?: ServerErrorStackElement[]): CancellationError
  • Parameters

    • msg: string
    • Optional cause: Error
    • Optional serverStackTrace: ServerErrorStackElement[]

    Returns CancellationError

Properties

cause

cause: Error

Cause of this exception.

Optional serverStackTrace

serverStackTrace: ServerErrorStackElement[]

Server-side stack trace.

Generated using TypeDoc