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

Commit 558334b9 authored by Henry Fang's avatar Henry Fang
Browse files

Add error code for CAS system rebooting

Test: Manual
bug: 141783130
Change-Id: I61590e042dab1ac7560c2285caf0405d05e82a78
parent dfdf2035
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -105,7 +105,8 @@ enum {
    ERROR_CAS_CARD_MUTE                      = CAS_ERROR_BASE - 15,
    ERROR_CAS_CARD_INVALID                   = CAS_ERROR_BASE - 16,
    ERROR_CAS_BLACKOUT                       = CAS_ERROR_BASE - 17,
    ERROR_CAS_LAST_USED_ERRORCODE            = CAS_ERROR_BASE - 17,
    ERROR_CAS_REBOOTING                      = CAS_ERROR_BASE - 18,
    ERROR_CAS_LAST_USED_ERRORCODE            = CAS_ERROR_BASE - 18,

    ERROR_CAS_VENDOR_MAX                     = CAS_ERROR_BASE - 500,
    ERROR_CAS_VENDOR_MIN                     = CAS_ERROR_BASE - 999,