"""Constants for errors/exceptions.""" INVALID_VIDEO_DASHBOARD_ITEM_ID_TYPE = ( 'Invalid video dashboard item ID type. Expected an int.' ) S3_READ_ERROR_MESSAGE = ( 'Failed to read from s3.' 'Status: {status}; text: {text}') S3_WRITE_ERROR_MESSAGE = ( 'Failed to write to s3.' 'Status: {status}; text: {text}')