"""Constants for errors/exceptions.""" SENTRY_CAPTURE_ERROR = 'Failed to capture exception to Sentry.' NOTIFY_SLACK_ERROR = 'Failed to send message:"{}" to the Slack' INVALID_XLS_KEY = 'Cannot get date from key: "{0}"' INCORRECT_FILE_ERROR = 'Incorrect file extension. Please upload .xslx file.' FILE_DOES_NOT_EXIST = 'The report source file {0} does not exist'