dbus: Add new enroll-duplicate error code

This will be returned if the print has alread been enrolled on the
system.
This commit is contained in:
Benjamin Berg
2020-12-15 15:20:45 +01:00
committed by Marco Trevisan (Treviño)
parent 084e5bfafd
commit b7b91e77bb

View File

@ -254,6 +254,16 @@
to resolve this error without any notification.
</doc:definition>
</doc:item>
<doc:item>
<doc:term>enroll-duplicate</doc:term>
<doc:definition>
The print has already been enrolled, <doc:ref type="method" to="Device.EnrollStop">Device.EnrollStop</doc:ref> should now be called.
The user should enroll a different finger, or delete the print that has been enrolled already.
This print may be enrolled for a different user.
Note that an old duplicate (e.g. from a previous install) will be automatically garbage collected and should not cause any issues.
</doc:definition>
</doc:item>
<doc:item>
<doc:term>enroll-disconnected</doc:term>
<doc:definition>