Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/ParseError.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,14 @@ ParseError.EMAIL_MISSING = 204;
*/
ParseError.EMAIL_NOT_FOUND = 205;

/**
* Error code indicating that the email has already been verified and can not be verified again.
*
* @property {number} EMAIL_ALREADY_VERIFIED
* @static
*/
ParseError.EMAIL_ALREADY_VERIFIED = 212;

/**
* Error code indicating that a user object without a valid session could
* not be altered.
Expand Down