-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
It would be useful to have only one error response format regardless of the number of errors as documenting and consuming both is a bit tedious.
So instead of:
if api_settings.SUPPORT_MULTIPLE_EXCEPTIONS and len(exception_list) > 1:
create multiple format
Maybe something like?
if api_settings.FORCE_MULTIPLE_EXCEPTIONS or api_settings.SUPPORT_MULTIPLE_EXCEPTIONS and len(exception_list) > 1
create multiple format
I can make a PR if you're interested.
mdefeche and mofe23
Metadata
Metadata
Assignees
Labels
No labels