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