"""Lambda constants.""" MISSING_ARTWORK = "Artwork has not been uploaded successfully." MISSING_AUDIO = "Field `audio_file` is required" class RetrySubmitException(Exception): """This is used to retry when we get an error during the submit step.""" pass