Skip to content

Commit e2de366

Browse files
authored
Update entservices_errorcodes.h
1 parent 78cd182 commit e2de366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apis/entservices_errorcodes.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
// 1. The single source of truth: a list of all errors.
77
#define ERROR_LIST \
8-
X(ERROR_FILE_IO, "File Read or Write error") \
9-
X(ERROR_INVALID_PARAMETER, "Invalid Parameter") \
108
X(ERROR_INVALID_DEVICENAME, "Invalid device name") \
11-
X(ERROR_INVALID_MOUNTPOINT, "Invalid mount path") \
9+
X(ERROR_INVALID_MOUNTPOINT, "Invalid mount path") \
1210
X(ERROR_FIRMWAREUPDATE_INPROGRESS, "Firmware update already in progress") \
1311
X(ERROR_FIRMWAREUPDATE_UPTODATE, "Firmware is already upto date") \
12+
X(ERROR_FILE_IO, "File Read or Write error") \
13+
1414

1515
/******** PLEASE DO NOT MODIFY ANYTHING BELOW THIS **********/
1616
// 2. Define the 'X' macro to generate the enum.

0 commit comments

Comments
 (0)