// this is the response
{
"status": "FAILURE",
"message": {
"success": 0,
"match_number": 1,
"errors": [
{
"payload": {
"callsign": "Hawk",
"capacity": 1000
},
"status": "FAILURE",
"exception": "ValidationError",
"message": "Property name is required, Property 'capacity' is more than the maximum allowed value of '550', Property model is required"
}
]
}
}
Notice that only capacity and value has the single quote around the property name and value?
Hi,
While testing
createMany
API, I noticed that the error message is not consistentNotice that only
capacity
and value has thesingle quote
around the property name and value?Related to #41