Flask Restful reqparse.RequestParser显示多个帮助消息

问题描述

parser.add_argument('price',location='json',type=float,required=True)

此处的价格为必需的浮动字段

2种不同情况下的当前错误

"price": "Missing required parameter in the JSON body"

"price": "Could not convert string to float: 'd'"

期望:

"price": "Price is required"

"price": "invalid price value"

现在,我想针对多种错误类型自定义多条消息

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)