Skip to content

Commit 105b94b

Browse files
authored
Update ParseError.js
1 parent c89eec6 commit 105b94b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/ParseError.js

+16
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,22 @@ ParseError.ACCOUNT_ALREADY_LINKED = 208;
451451
*/
452452
ParseError.INVALID_SESSION_TOKEN = 209;
453453

454+
/**
455+
* Error code indicating an error enabling or verifying MFA
456+
*
457+
* @property {number} MFA_ERROR
458+
* @static
459+
*/
460+
ParseError.MFA_ERROR = 210;
461+
462+
/**
463+
* Error code indicating that a valid MFA token must be provided
464+
*
465+
* @property {number} MFA_TOKEN_REQUIRED
466+
* @static
467+
*/
468+
ParseError.MFA_TOKEN_REQUIRED = 211;
469+
454470
/**
455471
* Error code indicating that a user cannot be linked to an account because
456472
* that account's id could not be found.

0 commit comments

Comments
 (0)