forked from spacecodee/springboot-security-open-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.json
More file actions
29 lines (29 loc) · 662 Bytes
/
error.json
File metadata and controls
29 lines (29 loc) · 662 Bytes
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
{
"timestamp": "2024-12-15 05:45:16",
"backendMessage": "MethodArgumentNotValidException",
"message": "Validation error: 2",
"path": "/api/v1/auth/authenticate",
"method": "POST",
"data": [
{
"field": "password",
"rejectedValue": "123",
"message": "Password must be between 6 and 32 characters",
"parameters": [
"123",
6,
32
]
},
{
"field": "username",
"rejectedValue": "a",
"message": "Username must be between 3 and 50 characters",
"parameters": [
"a",
3,
50
]
}
]
}