UNPKG

scheunemann-interfaces

Version:
25 lines (24 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorCodesEnum = void 0; var ErrorCodesEnum; (function (ErrorCodesEnum) { ErrorCodesEnum["userNotFound"] = "user-not-found"; ErrorCodesEnum["notFound"] = "NOT-FOUND"; ErrorCodesEnum["manyAttempts"] = "MANY-ATTEMPTS"; ErrorCodesEnum["wrongPassword"] = "WRONG-PASSWORD"; ErrorCodesEnum["authWrongPassword"] = "wrong-password"; ErrorCodesEnum["missingEmail"] = "missing-email"; ErrorCodesEnum["needLogin"] = "Fa\u00E7a o login"; ErrorCodesEnum["userMismatch"] = "user-mismatch"; ErrorCodesEnum["missingVerificationCode"] = "missing-verification-code"; ErrorCodesEnum["codeExpired"] = "code-expired"; ErrorCodesEnum["invalidVerificationId"] = "invalid-verification-id"; ErrorCodesEnum["requiresRecentLogin"] = "requires-recent-login"; ErrorCodesEnum["notAllowed"] = "operation-not-allowed"; ErrorCodesEnum["alreadUse"] = "email-already-in-use"; ErrorCodesEnum["toManyAttempts"] = "too-many-requests"; ErrorCodesEnum["popUpClosed"] = "popup-closed-by-user"; ErrorCodesEnum["invalidCode"] = "invalid-verification-code"; ErrorCodesEnum["existDifferent"] = "account-exists-with-different-credential"; })(ErrorCodesEnum || (exports.ErrorCodesEnum = ErrorCodesEnum = {}));