Class WllamaAbortError

AbortError is thrown when the user wants to abort the current operation. This is equivalent to AbortError in Fetch API.

Hierarchy

  • Error
    • WllamaAbortError

Constructors

Properties

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

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void