Skip to main content

Class: PushError

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

Hierarchy

  • Error

    PushError

Constructors

constructor

new PushError(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 = 'PushError'

Overrides

Error.name


stack

Optional stack: string

Inherited from

Error.stack