error: New QERR_PROPERTY_VALUE_NOT_FOUND

This commit is contained in:
Markus Armbruster 2010-03-16 17:44:38 +01:00
parent 9c5eff958d
commit 84745d68e7
2 changed files with 7 additions and 0 deletions

View file

@ -116,6 +116,10 @@ static const QErrorStringTable qerror_table[] = {
.error_fmt = QERR_PROPERTY_VALUE_IN_USE,
.desc = "Property '%(device).%(property)' can't take value '%(value)', it's in use",
},
{
.error_fmt = QERR_PROPERTY_VALUE_NOT_FOUND,
.desc = "Property '%(device).%(property)' can't find value '%(value)'",
},
{
.error_fmt = QERR_QMP_BAD_INPUT_OBJECT,
.desc = "Bad QMP input object",