"""Generic error messages.""" ERROR_MESSAGE_EMPTY_BODY = 'Empty Body' ERROR_MESSAGE_BAD_PARAMS = 'Bad Params' ERROR_MESSAGE_MISSING_REQUIRED_DATA = 'Missing data for required field.' ERROR_EPISODE_NOT_FOUND = 'Episode not found' ERROR_EPISODE_LINK_NOT_FOUND = 'Episode link not found' ERROR_PODCAST_NOT_FOUND = 'Podcast not found' ERROR_NETWORK_NOT_FOUND = 'Network not found' ERROR_MESSAGE_INVALID_PODCAST_ID = 'Podcast id value is invalid' ERROR_MESSAGE_PODCAST_IS_DELETED = 'Podcast is already deleted' ERROR_MESSAGE_EPISODE_IS_DELETED = 'Episode is already deleted' ERROR_MESSAGE_MEGAPHONE_EPISODE_NOT_FOUND = 'Megaphone episode not found' ERROR_MESSAGE_EPISODE_IS_NOT_DRAFT = 'Episode is not in draft mode' ERROR_MESSAGE_INVALID_FEED_TYPE = 'Invalid feed type. Feed type should be one of public-rss or private-rss.' ERROR_SEASONS = 'Invalid field seasons for show type: episodic' ERROR_SEASON_IDS = 'Missing active season ids: {}' ERROR_INCORRECT_SEASONS = 'Invalid seasons, some seasons does not exists for this show' ERROR_MISSING_SEASON_NUMBER = 'Season number is required and should be greater than 0' ERROR_MISSING_EPISODE_NUMBER = 'Episode number is required and should be greater than 0' ERROR_MISSING_TRAILER_TYPE = 'Trailer type should be regular or cross promo' ERROR_ASSET_FINAL_NOT_FOUND = 'Final asset not found' ERROR_MESSAGE_MEGAPHONE_API = 'Megaphone API Error' ERROR_MESSAGE_USER_ALL_NETWORKS = 'Access forbidden for all networks' ERROR_MESSAGE_USER_NOT_FOUND = 'User not found' ERROR_MESSAGE_USER_IS_DELETED = 'User is already deleted' ERROR_MESSAGE_USER_ALREADY_EXISTS = 'User already exists' ERROR_MESSAGE_AD_COMMENT_DELETE_FORBIDDEN = 'Deleting this comment is not allowed' ERROR_MESSAGE_AD_COMMENT_NOT_FOUND = 'Comment not found' ERROR_MESSAGE_INVALID_EMBED_CODE = 'Invalid embed code src link' ERROR_REQUIRED_DATE = 'This field is required when custom date range is selected' ERROR_START_DATE_GREATER_THAN_END_DATE = 'Start date cannot be greater than end date' ERROR_INCORRECT_DATE_FORMAT = 'Incorrect date format, should be YYYY-MM-DD' ERROR_INCORRECT_ROLE = 'Incorrect role, cannot update details of admin user' ERROR_MESSAGE_SHOW_FAMILY_NOT_FOUND = 'Show Family not found' ERROR_MESSAGE_CANNOT_RECORD_STATUS = 'Cannot record status:{}-{}' ERROR_MESSAGE_CANNOT_CREATE_EPISODE = 'Cannot create episode:{}-{}' ERROR_MESSAGE_ASSETS_REPLICATION_FAILED = 'assets-replication-failed.' ERROR_MESSAGE_FAILED_EPISODE_OR_ASSETS_REPLICATION = 'Failed to replicate episodes or thier assets.' ERROR_MESSAGE_FAILED_EPISODE_AD_LOCATIONS = 'Failed to replicate ad locations.' ERROR_SHOW_FAMILY_NOT_FOUND = 'Show Family not found' ERROR_MESSAGE_INTERNAL_SERVER = 'Internal server error.'