Liveness Detection Error
data class LivenessDetectionError(val livenessError: LivenessError, val recognitionError: RecognitionError)
Represents an error encountered during liveness detection.
This data class encapsulates errors that may occur during the process of verifying if a user is live, specifically distinguishing between liveness errors and recognition errors.