CCL: add two new diagnostics for unsupported masking
[yaz-moved-to-github.git] / src / cclerrms.c
index cff96cc..e9b6a87 100644 (file)
@@ -28,7 +28,9 @@ static char *err_msg_array[] = {
     "Bad relation",
     "Left truncation not supported",
     "Both left - and right truncation not supported",
-    "Right truncation not supported"
+    "Right truncation not supported",
+    "Embedded truncation not supported",
+    "Single charcacter mask not supported"
 };
 
 const char *ccl_err_msg(int ccl_errno)