Uneventful
    Preparing search index...

    Class CancelError

    Error thrown when waiting for a result from a job that is canceled.

    If you await, yield *, .then(), .catch(), getResult() or otherwise wait on the result of a job that is canceled, this is the type of error you'll get.

    Hierarchy

    • Error
      • CancelError
    Index

    Constructors

    • Parameters

      • Optionalmessage: string

      Returns CancelError

    Properties

    message: string
    name: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stack?: string
    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void