Skip to main content

OperationInterruptedError

Thrown to indicate that a scheduled operation has been stopped before it was completed.

Hierarchy

Index

Constructors

constructor

  • Parameters

    • message: string

      Human-readable description of the error

    • optionalcause: Error

      The root cause of this RuntimeError, if any

    Returns OperationInterruptedError

Properties

externalname

name: string

externalmessage

message: string

externaloptionalstack

stack?: string

publicoptionalreadonlycause

cause?: Error

The root cause of this RuntimeError, if any

Methods

staticfromJSON

toString

  • toString(): string
  • Human-readable description of the error


    Returns string

toJSON

  • toJSON(): object
  • Returns object