error: New QERR_PROPERTY_VALUE_BAD

This commit is contained in:
Markus Armbruster 2010-02-19 13:17:58 +01:00
parent c58a35f8e3
commit 06b4a703e0
2 changed files with 7 additions and 0 deletions

View file

@ -108,6 +108,10 @@ static const QErrorStringTable qerror_table[] = {
.error_fmt = QERR_PROPERTY_NOT_FOUND,
.desc = "Property '%(device).%(property)' not found",
},
{
.error_fmt = QERR_PROPERTY_VALUE_BAD,
.desc = "Property '%(device).%(property)' doesn't take value '%(value)'",
},
{
.error_fmt = QERR_QMP_BAD_INPUT_OBJECT,
.desc = "Bad QMP input object",