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

Commit d13c84bc authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Add an enum value to Status.

Test: Compiles.

Bug: 31399200
Change-Id: I5452f74e91d9ad83629143b9af7e56e70036cbb4
parent 163e9d68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ enum Status : int32_t {

    NAME_NOT_FOUND          = -2,
    NO_MEMORY               = -12,
    BAD_VALUE               = -22,
    ERROR_UNSUPPORTED       = -1010,
    UNKNOWN_ERROR           = -2147483648,
};