(MU_ERR_CANCELED): New error code.
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -17,6 +17,7 @@ | ... | @@ -17,6 +17,7 @@ |
17 | # MA 02110-1301 USA | 17 | # MA 02110-1301 USA |
18 | 18 | ||
19 | MU_ERR_FAILURE _("Operation failed") | 19 | MU_ERR_FAILURE _("Operation failed") |
20 | MU_ERR_CANCELED _("Operation canceled") | ||
20 | 21 | ||
21 | MU_ERR_NO_HANDLER _("No registered handler") | 22 | MU_ERR_NO_HANDLER _("No registered handler") |
22 | MU_ERR_EMPTY_VFN _("Empty virtual function") | 23 | MU_ERR_EMPTY_VFN _("Empty virtual function") |
... | @@ -79,4 +80,4 @@ MU_ERR_NO_RESULT _("No result from the previous query available") | ... | @@ -79,4 +80,4 @@ MU_ERR_NO_RESULT _("No result from the previous query available") |
79 | MU_ERR_NO_INTERFACE _("No such interface") | 80 | MU_ERR_NO_INTERFACE _("No such interface") |
80 | 81 | ||
81 | MU_ERR_BAD_FILENAME _("Badly formed file or directory name") | 82 | MU_ERR_BAD_FILENAME _("Badly formed file or directory name") |
82 | MU_READ_ERROR _("Read error") | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
83 | MU_READ_ERROR _("Read error") | ... | ... |
-
Please register or sign in to post a comment