Skip to main content
zerotal

Documentation


Documentation / @zerotal/notifications / MessageFailed

Class: MessageFailed

Defined in: notifications/src/events.ts:41

Emitted when a mail message fails to send.

Constructors

Constructor

new MessageFailed(className, to, subject, durationMs, error): MessageFailed

Defined in: notifications/src/events.ts:42

Parameters

className

string

to

string[]

subject

string

durationMs

number

error

string

Returns

MessageFailed

Properties

className

readonly className: string

Defined in: notifications/src/events.ts:43


to

readonly to: string[]

Defined in: notifications/src/events.ts:44


subject

readonly subject: string

Defined in: notifications/src/events.ts:45


durationMs

readonly durationMs: number

Defined in: notifications/src/events.ts:46


error

readonly error: string

Defined in: notifications/src/events.ts:47