diff options
author | Markus Armbruster <armbru@redhat.com> | 2009-12-07 21:37:13 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-07 16:34:36 -0600 |
commit | 7a046f5f14d3de026197dc08c389cd1f23a3dddf (patch) | |
tree | e422dc564c3a3e78d69b93d55a16f8c51f3228c8 /qerror.c | |
parent | 41471a2338522d72955c20179e16cff4d546b32a (diff) |
New QERR_INVALID_PARAMETER
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -77,6 +77,10 @@ static const QErrorStringTable qerror_table[] = { .desc = "Invalid block format %(name)", }, { + .error_fmt = QERR_INVALID_PARAMETER, + .desc = "Invalid parameter %(name)", + }, + { .error_fmt = QERR_INVALID_PARAMETER_TYPE, .desc = "Invalid parameter type, expected: %(expected)", }, |