You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
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
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems most of the errors are not returned as JSON but at text/html
The error should probably be wrapped inside simple JSON structure
The text was updated successfully, but these errors were encountered: