简体   繁体   中英

How can I get API error response in desired format?

This is how I am getting the error messages. By default, I am getting serializer.errors as dictionary of list. 在此处输入图像描述

And I want them in list of dictionary format. https://i.stack.imgur.com/bZ7jO.png

How can I get API error response in desired format?

You can change the error format of Rest framework. For more information and a way for doing it (for example change the list type to dictionary (object type)) please check the answer of this question.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM