Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61d38188 authored by Ilya Matyukhin's avatar Ilya Matyukhin Committed by Android (Google) Code Review
Browse files

Merge "Add REENROLL_REQUIRED to IFace" into sc-dev

parents 12cfbb92 bf5b361f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ enum Error {
  CANCELED = 5,
  UNABLE_TO_REMOVE = 6,
  VENDOR = 8,
  REENROLL_REQUIRED = 16,
}
+5 −1
Original line number Diff line number Diff line
@@ -87,5 +87,9 @@ enum Error {
     *
     * LOCKOUT_PERMANENT = 9
     */
}

    /**
     * Authentication cannot be performed because re-enrollment is required.
     */
    REENROLL_REQUIRED = 16,
}