Skip to content

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?

optional cause: unknown

Defined in: packages/core/src/errors.ts:9

The underlying error that caused this error. Useful for error chaining and debugging.

Released under the MIT License.