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

Commit 7f86031b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "aidl: corrected ERROR_GENERAL_FAILURE description."

parents 45d79216 e840cade
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ interface IGatekeeper {
    const int STATUS_REENROLL = 1;
    /* operation is successful */
    const int STATUS_OK = 0;
    /* operation is successful. */
    /* operation failed. */
    const int ERROR_GENERAL_FAILURE = -1;
    /* operation should  be retried after timeout. */
    const int ERROR_RETRY_TIMEOUT = -2;