-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.py
More file actions
23 lines (21 loc) Β· 1.04 KB
/
error.py
File metadata and controls
23 lines (21 loc) Β· 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
error_message = [
"Unauthorized request",#0
"Maximum verification-code requested , try signin again to regenerate verify request",#1
"Bypass blocked",#2
"No account linked with this email",#3
"Account not verified",#4
"Incorrect email or password",#5
"Oops! we encoutered a error in signin , please contact support",#6
"Account already linked with this email",#7
"Oops! we encoutered a error in signup , please contact support",#8
"Account must be verified to request forgot-password",#9
"Password Changed successful",#10
"Incorrect Verifcation code",#11
"Oops! we encoutered a error in forgot password request , please contact support",#12
"Maximum verification-code failed , try signin again to regenerate verify request",#13
"User already verify!",#14
"Oops! we encoutered a error in verification , please contact support",#15
"Oops! we encoutered a error in generating forgot password request, please contact support",#16
"Notify Failed!!",#17
"Account verify successfully! π"#18
]