@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Class AsyncQueueCancelledError

    Represents an error that occurs when an asynchronous queue operation is cancelled. This error extends the built-in Error class to provide additional context for cancellation events.

    Hierarchy (View Summary)

    • Error
      • AsyncQueueCancelledError
    Index

    Constructors

    • Parameters

      • Optionalmessage: string

      Returns AsyncQueueCancelledError

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void

    Properties

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

    Optional override for formatting stack traces

    stackTraceLimit: number