otplib API Documentation / @otplib/core / errors / OTPErrorOptions
Type Alias: OTPErrorOptions
OTPErrorOptions =
object
Defined in: packages/core/src/errors.ts:4
Options for OTPError construction
Properties
cause?
optionalcause:unknown
Defined in: packages/core/src/errors.ts:9
The underlying error that caused this error. Useful for error chaining and debugging.