diff json/VampJson.h @ 74:d45cfa25aaad

Ensure code is at least set, but just to 0 at the mo
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 10 Oct 2016 15:31:44 +0100
parents 7bfc07576830
children
line wrap: on
line diff
--- a/json/VampJson.h	Mon Oct 10 15:03:47 2016 +0100
+++ b/json/VampJson.h	Mon Oct 10 15:31:44 2016 +0100
@@ -1233,7 +1233,7 @@
         else type = "invalid";
 
         json11::Json::object eo;
-        //!!! + need code
+        eo["code"] = 0;
         eo["message"] = 
             std::string("error in ") + type + " request: " + errorText;