From: Mike Taylor Date: Tue, 20 Dec 2005 22:23:04 +0000 (+0000) Subject: Two new ZOOM_ERROR codes, CQL_PARSE and CQL_TRANSFORM. X-Git-Tag: YAZ.2.1.12~40 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=56d0c3a8ae8189554af1f11b5c8c828223fec47b;hp=609db10a44b3423a6a1f5f33478a2e5e564c583a Two new ZOOM_ERROR codes, CQL_PARSE and CQL_TRANSFORM. --- diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 29b09e4..185e315 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom.h,v 1.31 2005-12-19 17:04:22 mike Exp $ + * $Id: zoom.h,v 1.32 2005-12-20 22:23:04 mike Exp $ */ /** * \file zoom.h @@ -111,6 +111,8 @@ ZOOM_diag_str (int error); #define ZOOM_ERROR_UNSUPPORTED_PROTOCOL 10008 #define ZOOM_ERROR_UNSUPPORTED_QUERY 10009 #define ZOOM_ERROR_INVALID_QUERY 10010 +#define ZOOM_ERROR_CQL_PARSE 10011 +#define ZOOM_ERROR_CQL_TRANSFORM 10012 ZOOM_API(int) ZOOM_connection_last_event(ZOOM_connection cs);