from enum import Enum class AiServiceError(Enum): RETRY_FETCH = "RETRY_FETCH" RETAKE_PHOTO = "RETAKE_PHOTO"