mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
14 lines
268 B
JSON
14 lines
268 B
JSON
{
|
|
"code": 400,
|
|
"message": "Validation Failed",
|
|
"errors": {
|
|
"children": {
|
|
"code": {
|
|
"errors": [
|
|
"Please enter locale code."
|
|
]
|
|
},
|
|
"enabled": {}
|
|
}
|
|
}
|
|
}
|