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
readonlyclassName:string
Defined in: notifications/src/events.ts:43
to
readonlyto:string[]
Defined in: notifications/src/events.ts:44
subject
readonlysubject:string
Defined in: notifications/src/events.ts:45
durationMs
readonlydurationMs:number
Defined in: notifications/src/events.ts:46
error
readonlyerror:string
Defined in: notifications/src/events.ts:47