"""Validation messages.""" VALIDATION_CODE = 'validation' # Projects MISSING_COMPANY_CODE = 'Project is missing vendorId/companyCode.' # Products CHILD_ENTITY_PRODUCT_INGEST = ('Product has validation errors' ' on its child entities.') NO_TRACK_TYPE = 'Track (ISRC: {}) has an unsupported track type: {}.' # Video single products RELATED_AUDIO_TRACK_NOT_MAPPED = ('Product has a related audio track which is ' 'not mapped to any Orchard track') UNKNOWN_TYPE_OF_VIDEO = 'Type of video {} not allowed' VIDEO_TITLE_IS_EMPTY = 'Video title is empty' VIDEO_PLINE_NOT_VALID = 'pline "{pline}" does not match expected format' VIDEO_CLINE_NOT_VALID = 'cline "{cline}" does not match expected format' WARNING_RESPONSE = 'WARNING' REJECT_RESPONSE = 'REJECT'