We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cd182 commit e2de366Copy full SHA for e2de366
apis/entservices_errorcodes.h
@@ -5,12 +5,12 @@
5
6
// 1. The single source of truth: a list of all errors.
7
#define ERROR_LIST \
8
- X(ERROR_FILE_IO, "File Read or Write error") \
9
- X(ERROR_INVALID_PARAMETER, "Invalid Parameter") \
10
X(ERROR_INVALID_DEVICENAME, "Invalid device name") \
11
- X(ERROR_INVALID_MOUNTPOINT, "Invalid mount path") \
+ X(ERROR_INVALID_MOUNTPOINT, "Invalid mount path") \
12
X(ERROR_FIRMWAREUPDATE_INPROGRESS, "Firmware update already in progress") \
13
X(ERROR_FIRMWAREUPDATE_UPTODATE, "Firmware is already upto date") \
+ X(ERROR_FILE_IO, "File Read or Write error") \
+
14
15
/******** PLEASE DO NOT MODIFY ANYTHING BELOW THIS **********/
16
// 2. Define the 'X' macro to generate the enum.
0 commit comments