storage.py 文件源码

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

项目:storage-api 作者: cerndb 项目源码 文件源码
def handle_netapp_exception(error):
    '''Return the error message from the filer and 500 status code'''
    return_message = {'message': error.msg, "errno": error.errno}
    if current_app.debug:
        return_message['failing_query'] = str(error.failing_query)

    return return_message, 500
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号