in services/order-async/main.py [0:0]
def error500(): resp = { 'message': 'Internal error occured.' } return resp, 500