ERROR_USER_CANCELED constant

int const ERROR_USER_CANCELED

The operation is canceled. After receiving this error code, your app should use the standby authentication mode, for example, password authentication. Your app also needs to provide a way, such as a button, for using fingerprint authentication again.

Implementation

static const int ERROR_USER_CANCELED = 10;