-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror_messages.properties
More file actions
42 lines (32 loc) · 1.34 KB
/
error_messages.properties
File metadata and controls
42 lines (32 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Error Code Properties
error.code.e1000=E1000
error.description.e1000=Something went wrong! {0}
error.code.e1001=E1001
error.description.e1001=Authorization header cannot be blank or invalid.
error.code.e1002=E1002
error.description.e1002=Unable to extract email ID from the token. Please generate a new token.
error.code.e1003=E1003
error.description.e1003=Invalid token. Please generate a new token.
error.code.e1004=E1004
error.description.e1004=Authentication token is required.
error.code.e1005=E1005
error.description.e1005=Invalid method argument.
error.code.e1006=E1006
error.description.e1006=No matching enum found.
error.code.e1007=E1007
error.description.e1007=Duplicate entry detected.
# fullName validations
fullName.not.blank=Full name cannot be blank
fullName.size=Full name must not exceed 100 characters
# email validations
email.not.blank=Email cannot be blank
email.invalid=Please provide a valid email address
# password validations
password.not.blank=Password cannot be blank
password.pattern=Password must be at least 8 characters, include an alphanumeric character, and one special character
# authProvider validations
authProvider.notnull=Auth provider is required
authProvider.invalid=Auth provider must be one of the values: 4, 5, 6
# roleId validations
roleId.notnull=Role ID is required
roleId.invalid=Role ID must be either 2 or 3