"""All Constants.""" INVALID_REQUEST = 'Message was ignored due to an invalid URI.' INVALID_MESSAGE = 'Message ignored because it has an invalid format.' INVALID_MESSAGE_BODY = 'Message body is not a valid json.' MISSING_SOURCE = 'Message ignored for lack of source in message body.' INVALID_SOURCE = 'Message ignored because it has an invalid source: {source}.' SUCCESS_MESSAGE = 'Successfully added {source} campaign message to table:{table}' CAMPAIGN_SOURCES = ['SMF', 'Tunespeak', 'Wyng']