infinum / Android-Goldfinger

Android library to simplify Biometric authentication implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Error.isCritical` semantics

domagojkorman opened this issue · comments

Might think a bit more about semantics in Error enum. isCritical can be misleading because LOCKOUT is not critical, it just means that user has to wait for retry.

I personally think we should introduce something like Severity so that we can have better granulation over enums.

Result is completely refactored. This is not an issue anymore.