(MU_ERR_EXISTS): New error code
Showing
1 changed file
with
2 additions
and
1 deletions
1 | # Error messages for GNU Mailutils | 1 | # Error messages for GNU Mailutils |
2 | # Copyright (C) 2005, 2006 Free Software Foundation, Inc. | 2 | # Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. |
3 | # | 3 | # |
4 | # This library is free software; you can redistribute it and/or | 4 | # This library is free software; you can redistribute it and/or |
5 | # modify it under the terms of the GNU Lesser General Public | 5 | # modify it under the terms of the GNU Lesser General Public |
... | @@ -68,6 +68,7 @@ MU_ERR_PROCESS_UNKNOWN_FAILURE _("Unknown failure while executing subprocess") | ... | @@ -68,6 +68,7 @@ MU_ERR_PROCESS_UNKNOWN_FAILURE _("Unknown failure while executing subprocess") |
68 | MU_ERR_CONN_CLOSED _("Connection closed by remote host") | 68 | MU_ERR_CONN_CLOSED _("Connection closed by remote host") |
69 | MU_ERR_PARSE _("Parse error") | 69 | MU_ERR_PARSE _("Parse error") |
70 | MU_ERR_NOENT _("Requested item not found") | 70 | MU_ERR_NOENT _("Requested item not found") |
71 | MU_ERR_EXISTS _("Item already exists") | ||
71 | MU_ERR_BUFSPACE _("Not enough buffer space") | 72 | MU_ERR_BUFSPACE _("Not enough buffer space") |
72 | 73 | ||
73 | MU_ERR_SQL _("SQL error") | 74 | MU_ERR_SQL _("SQL error") | ... | ... |
-
Please register or sign in to post a comment