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

Commit e840cade authored by subrahmanyaman's avatar subrahmanyaman
Browse files

aidl: corrected ERROR_GENERAL_FAILURE description.

Corrected the description for ERROR_GENERAL_FAILURE error code
to Operation failed.

Bug: 265288984
Test: VtsHalGatekeeperTarget
Change-Id: I0cf3cd01226efae57103ad07149c8ff1bba8dbd5
parent 24802634
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;