Documentation / @zerotal/notifications / UnknownSmsDriverError
Class: UnknownSmsDriverError
Defined in: notifications/src/errors.ts:154
Thrown when the configured SMS driver name is not recognised.
Extends
Constructors
Constructor
new UnknownSmsDriverError(
driver):UnknownSmsDriverError
Defined in: notifications/src/errors.ts:155
Parameters
driver
string
Returns
UnknownSmsDriverError
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