Skip to main content

Class: PullError

This error is thrown when the puller fails for any reason.

Hierarchy

  • Error

    PullError

Constructors

constructor

new PullError(causedBy?)

Parameters

NameType
causedBy?Error

Overrides

Error.constructor

Properties

cause

Optional cause: unknown

Inherited from

Error.cause


causedBy

Optional causedBy: Error


message

message: string

Inherited from

Error.message


name

name: string = 'PullError'

Overrides

Error.name


stack

Optional stack: string

Inherited from

Error.stack