Documentation / @zerotal/notifications / SmtpConnectionError
Class: SmtpConnectionError
Defined in: notifications/src/errors.ts:140
Thrown when the SMTP transport itself fails — connect, TLS, timeout, or early close.
Extends
Constructors
Constructor
new SmtpConnectionError(
message):SmtpConnectionError
Defined in: notifications/src/errors.ts:141
Parameters
message
string
Returns
SmtpConnectionError
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