SendEnrollmentEmailErrors
@accounts/password › Globals › SendEnrollmentEmailErrors
Index
Enumeration members
Enumeration members
InvalidEmail
• InvalidEmail: = "InvalidEmail"
Defined in errors.ts:158
Will throw if email validation failed.
UserNotFound
• UserNotFound: = "UserNotFound"
Defined in errors.ts:163
Will throw if user is not found.
If option ambiguousErrorMessages
is true, this will never throw.