"""Generic error messages.""" ERROR_ASSET_UPLOAD_NOT_FOUND = 'Asset upload not found' ERROR_ASSET_STATUS_NOT_FOUND = 'Asset status not found.' ERROR_ASSET_FINAL_NOT_FOUND = 'Final asset not found' ERROR_ASSET_UPLOAD_NOT_ENCODED = 'Asset upload encoding not completed.'