コード例 #1
0
ファイル: server.py プロジェクト: SoftwareHeritage/swh-vault
def argument_error_handler(exception):
    return error_handler(exception, encode_data, status_code=400)
コード例 #2
0
 def my_error_handler(exception):
     return error_handler(exception, encode_data_server)
コード例 #3
0
 def my_expected_error_handler(exception):
     return error_handler(exception, encode_data_server, status_code=400)