Documentation / @zerotal/notifications / NotificationDeliveryError
Class: NotificationDeliveryError
Defined in: notifications/src/errors.ts:43
Thrown when a channel's delivery to its provider fails (non-2xx response or provider error).
Extends
Constructors
Constructor
new NotificationDeliveryError(
message,context?):NotificationDeliveryError
Defined in: notifications/src/errors.ts:44
Parameters
message
string
context?
Record<string, unknown>
Returns
NotificationDeliveryError
Overrides
Properties
code
readonlycode:string
Defined in: core/src/errors/ZerotalError.ts:18
Inherited from
status
readonlystatus:number=500
Defined in: core/src/errors/ZerotalError.ts:19
Inherited from
context?
readonlyoptionalcontext?:Record<string,unknown>
Defined in: core/src/errors/ZerotalError.ts:20