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?
optionalcause:unknown
Inherited from
Error.cause
message
message:
string
Inherited from
Error.message
name
name:
string='InvalidPasswordError'
Overrides
Error.name
stack?
optionalstack:string
Inherited from
Error.stack