|
@@ -140,6 +140,11 @@ static const QErrorStringTable qerror_table[] = {
|
|
.error_fmt = QERR_JSON_PARSING,
|
|
.error_fmt = QERR_JSON_PARSING,
|
|
.desc = "Invalid JSON syntax",
|
|
.desc = "Invalid JSON syntax",
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .error_fmt = QERR_JSON_PARSE_ERROR,
|
|
|
|
+ .desc = "JSON parse error, %(message)",
|
|
|
|
+
|
|
|
|
+ },
|
|
{
|
|
{
|
|
.error_fmt = QERR_KVM_MISSING_CAP,
|
|
.error_fmt = QERR_KVM_MISSING_CAP,
|
|
.desc = "Using KVM without %(capability), %(feature) unavailable",
|
|
.desc = "Using KVM without %(capability), %(feature) unavailable",
|