aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Common/ErrorCode.proto
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PMR/Messages/Common/ErrorCode.proto')
-rw-r--r--Software/PMR/Messages/Common/ErrorCode.proto15
1 files changed, 0 insertions, 15 deletions
diff --git a/Software/PMR/Messages/Common/ErrorCode.proto b/Software/PMR/Messages/Common/ErrorCode.proto
index 7121516cb..3b22192cb 100644
--- a/Software/PMR/Messages/Common/ErrorCode.proto
+++ b/Software/PMR/Messages/Common/ErrorCode.proto
@@ -57,21 +57,6 @@ enum ErrorCode
JOB_LIDS_OPEN = 2013;
JOB_ABORTED_BY_USER = 2014;
JOB_SAFETY_ALARM = 2015;
- JOB_NO_ALARM_FILE = 2016;
- JOB_FILE_PROBLEM = 2017;
- JOB_WASTE_HANDLING_PROBLEM = 2018;
- //power up
- POWER_UP_NO_CFG_FILE = 3000;
- POWER_UP_HW_CONFIG_FAILED = 3001;
- POWER_UP_BUILT_IN_FAILED = 3002;
- POWER_UP_INITIAL_BLOWER_FAILED = 3003;
- POWER_UP_DISPENSER_PRESSURE_BUILDUP_FAILED = 3004;
- POWER_UP_NO_THREAD_DETECTED = 3005;
- POWER_UP_NO_PROCESS_PARAMS = 3006;
-
- //DataStore
- GENERAL_DATASTORE_ERROR = 4000;
- KEY_NOT_FOUND = 4001;
}