diff --git a/js/common/bootstrap/errors.js b/js/common/bootstrap/errors.js index ece2442204..b5d8202e1b 100644 --- a/js/common/bootstrap/errors.js +++ b/js/common/bootstrap/errors.js @@ -45,9 +45,10 @@ ModuleCache["/internal"].exports.errors = { "ERROR_AVOCADO_MAXIMAL_SIZE_TOO_SMALL" : { "code" : 1206, "message" : "maixaml size of journal too small" }, "ERROR_AVOCADO_DUPLICATE_NAME" : { "code" : 1207, "message" : "duplicate name" }, "ERROR_AVOCADO_ILLEGAL_NAME" : { "code" : 1208, "message" : "illegal name" }, - "ERROR_AVOCADO_NO_INDEX" : { "code" : 1209, "message" : "no index known" }, + "ERROR_AVOCADO_NO_INDEX" : { "code" : 1209, "message" : "no suitable index known" }, "ERROR_AVOCADO_UNIQUE_CONSTRAINT_VIOLATED" : { "code" : 1210, "message" : "unique constraint violated" }, "ERROR_AVOCADO_GEO_INDEX_VIOLATED" : { "code" : 1211, "message" : "geo index violated" }, + "ERROR_AVOCADO_INDEX_NOT_FOUND" : { "code" : 1212, "message" : "index not found" }, "ERROR_AVOCADO_DATAFILE_FULL" : { "code" : 1300, "message" : "datafile full" }, "ERROR_QUERY_KILLED" : { "code" : 1500, "message" : "query killed" }, "ERROR_QUERY_PARSE" : { "code" : 1501, "message" : "parse error: %s" },