File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ internal static class NeoDoc
22
22
23
23
public enum ERROR_CODES : int
24
24
{
25
- INVALID_COMMAND_LINE = 0x667 ,
26
- BAD_ARGUMENTS = 0xA0 ,
27
- NOT_EXISTS = 0x194 ,
28
- MISSING_ESSENTIAL_PARAMS = 0x1000 ,
29
- UNREGISTERED_PARAM = 0x2000 ,
30
- PARAM_MISMATCH = 0x3000 ,
31
- MERGING_ISSUE = 0x4000 ,
32
- INVALID_PARAM_ARGS_FORMAT = 0x5000 ,
33
- NO_SETTINGS_PARAM = 0x6000 ,
34
- MULTIPLE_DS_IN_LINE = 0x7000
25
+ INVALID_COMMAND_LINE = 1 ,
26
+ BAD_ARGUMENTS = 2 ,
27
+ NOT_EXISTS = 3 ,
28
+ MISSING_ESSENTIAL_PARAMS = 4 ,
29
+ UNREGISTERED_PARAM = 5 ,
30
+ PARAM_MISMATCH = 6 ,
31
+ MERGING_ISSUE = 7 ,
32
+ INVALID_PARAM_ARGS_FORMAT = 8 ,
33
+ NO_SETTINGS_PARAM = 9 ,
34
+ MULTIPLE_DS_IN_LINE = 10
35
35
}
36
36
37
37
public static void Empty ( this DirectoryInfo directory )
You can’t perform that action at this time.
0 commit comments