From 588988736634ad2aa356dafac78f88d1ea68b1a4 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Tue, 22 Nov 2011 16:29:52 -0200 Subject: QError: Introduce QERR_IO_ERROR Signed-off-by: Luiz Capitulino --- qerror.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qerror.c') diff --git a/qerror.c b/qerror.c index 656efc2cf0..b544cedd56 100644 --- a/qerror.c +++ b/qerror.c @@ -148,6 +148,10 @@ static const QErrorStringTable qerror_table[] = { .error_fmt = QERR_INVALID_PASSWORD, .desc = "Password incorrect", }, + { + .error_fmt = QERR_IO_ERROR, + .desc = "An IO error has occurred", + }, { .error_fmt = QERR_JSON_PARSING, .desc = "Invalid JSON syntax", -- cgit v1.2.1