baobab
baobab copied to clipboard
Error are jsonify and should have the same schema
Error will be a dict:
{
'error': 'This is a message explaing the error',
'field': 'field_name'
}
if the error is on a 'filter' or 'sort' parameters (query string) the key 'field' will be set with the name of the faulty parameters
Fix #15