mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
31 lines
738 B
JSON
31 lines
738 B
JSON
{
|
|
"code": 400,
|
|
"message": "Validation Failed",
|
|
"errors": {
|
|
"children": {
|
|
"firstName": {
|
|
"errors": [
|
|
"Please enter your first name."
|
|
]
|
|
},
|
|
"lastName": {
|
|
"errors": [
|
|
"Please enter your last name."
|
|
]
|
|
},
|
|
"email": {
|
|
"errors": [
|
|
"Please enter your email."
|
|
]
|
|
},
|
|
"birthday": {},
|
|
"gender": {
|
|
"errors": [
|
|
"Please choose your gender."
|
|
]
|
|
},
|
|
"phoneNumber": {},
|
|
"groups": {}
|
|
}
|
|
}
|
|
}
|