Skip to content

Commit

Permalink
Merge pull request #4 from getyoti/release/DEP-208_v2.0.2
Browse files Browse the repository at this point in the history
DEP-208: Update face capture result error case
  • Loading branch information
rgcriado authored Apr 29, 2021
2 parents 0095013 + d19a069 commit 06164ce
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ extension FaceCaptureResultError {
return "Face not centered"
case .faceAnalysisFailed:
return "Face analysis failed"
case .eyesNotOpen:
return "Eyes not open"
case .faceNotStable:
return "Face not stable"
case .faceNotStraight:
return "Face not straight"
}
}
}

0 comments on commit 06164ce

Please sign in to comment.