commit | 588988736634ad2aa356dafac78f88d1ea68b1a4 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Tue Nov 22 16:29:52 2011 -0200 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Dec 06 11:40:00 2011 -0200 |
tree | 29261839203dfc876efa8609e74b2b1805e101a5 | |
parent | 25e48c849a64d5ceb71814b4cd08e1341fa2e899 [diff] [blame] |
QError: Introduce QERR_IO_ERROR Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/qerror.c b/qerror.c index 656efc2..b544ced 100644 --- a/qerror.c +++ b/qerror.c
@@ -149,6 +149,10 @@ .desc = "Password incorrect", }, { + .error_fmt = QERR_IO_ERROR, + .desc = "An IO error has occurred", + }, + { .error_fmt = QERR_JSON_PARSING, .desc = "Invalid JSON syntax", },