From ec95c4e5c943669d89421be08b45532a600596d5 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Fri, 30 Mar 2012 21:30:46 +0200 Subject: [PATCH] more errors --- js/common/bootstrap/errors.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" },