Skip to main content

Interface: PushError

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

Extends

  • Error

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