"""Generic error messages.""" ERROR_CODE_MYSQL = 'mysql_error' ERROR_CODE_VALIDATION = 'validation_error' ERROR_MESSAGE_DB_ISSUE = 'Mysql has run into an issue. Please check Sentry.' ERROR_MESSAGE_UNSUPPORTED_PRODUCT = 'Product ({}) is not supported.' INTERNAL_ERROR = 'Internal error.'