Index: sources/device/DeviceError.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r6c6f1f5d466badd9b4fd67be7c907234c342b2a2 --- sources/device/DeviceError.h (.../DeviceError.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/device/DeviceError.h (.../DeviceError.h) (revision 6c6f1f5d466badd9b4fd67be7c907234c342b2a2) @@ -38,7 +38,7 @@ public: enum Scripts_Error_Enum { - eDevice_OK = 0 , + eDevice_OK = 0 , // The scripts can use the exit code of each commands they execute and the assumption is most of Linux commands exit codes are less than 1000. // so any error less that 1000 will be identified as device error @@ -62,6 +62,11 @@ eDevice_BCuff_Error_Query_Empty , eDevice_BCuff_Error_Query_Addr , + eDevice_CryptSetup_Error , + eDevice_FactoryReset_Error , + eDevice_Decommission_Error , + eDevice_USBMount_Error , + eDevice_Error_End };