errors.py 文件源码

python
阅读 36 收藏 0 点赞 0 评论 0

项目:osp-api 作者: opensyllabus 项目源码 文件源码
def handle_arg_schema_error(error):
    """RESTful error regarding webarg schema mismatch (invalidation).

    Arguments:
        error (???): An error object from webargs, passed to this
        function when a request's arguments are not valid according to
        the specified webargs schema (a dict, see: use_args decorator).

    Returns:
        json "error"...

    """

    flask_restful.abort(400, validationError=error.messages)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号