Skip to main content
Version: Version 5 beta

Class: InvalidPasswordError

Extends

  • Error

Constructors

Constructor

new InvalidPasswordError(message?): InvalidPasswordError

Parameters

message?

string

Returns

InvalidPasswordError

Inherited from

Error.constructor

Constructor

new InvalidPasswordError(message?, options?): InvalidPasswordError

Parameters

message?

string

options?

ErrorOptions

Returns

InvalidPasswordError

Inherited from

Error.constructor

Properties

cause?

optional cause: unknown

Inherited from

Error.cause


message

message: string

Inherited from

Error.message


name

name: string = 'InvalidPasswordError'

Overrides

Error.name


stack?

optional stack: string

Inherited from

Error.stack