from apiflask import HTTPError class AddInteractionError(HTTPError): status_code = 500 message = 'add interaction failed.'