eba303d
1
2
3
4
5
6
7
from enum import Enum class AiServiceError(Enum): RETRY_FETCH = "RETRY_FETCH" RETAKE_PHOTO = "RETAKE_PHOTO"