|
YAZ 5.37.0
|
Diagnostics: Generated by csvtodiag.tcl from ./srw.csv. More...
#include <yaz/yconfig.h>Go to the source code of this file.
Functions | |
| const char * | yaz_diag_srw_str (int code) |
Diagnostics: Generated by csvtodiag.tcl from ./srw.csv.
Definition in file diagsrw.h.
| #define YAZ_SRW_ANCHORING_CHAR_IN_UNSUPP_POSITION 32 |
Definition at line 40 of file diagsrw.h.
Referenced by emit_term().
| #define YAZ_SRW_AUTHENTICATION_ERROR 3 |
Definition at line 12 of file diagsrw.h.
Referenced by srw_bend_init().
| #define YAZ_SRW_COMBI_OF_PROX_ADJACENCY_AND_ANCHORING_CHARS_UNSUPP 34 |
| #define YAZ_SRW_COMBI_OF_PROX_ADJACENCY_AND_MASKING_CHARS_UNSUPP 33 |
| #define YAZ_SRW_COMBI_OF_RESULT_SETS_WITH_SEARCH_TERMS_UNSUPP 55 |
| #define YAZ_SRW_EXPLAIN_REQUEST_TYPE_UNSUPP_SOAP_VS_GET_ 101 |
| #define YAZ_SRW_FIRST_RECORD_POSITION_OUT_OF_RANGE 61 |
Definition at line 69 of file diagsrw.h.
Referenced by srw_bend_search().
| #define YAZ_SRW_INIT_AC_MAXIMUM_NUMBER_OF_SIMULTANEOUS_SESSIONS_FOR_ 1015 |
| #define YAZ_SRW_MANDATORY_PARAMETER_NOT_SUPPLIED 7 |
Definition at line 16 of file diagsrw.h.
Referenced by yaz_sru_decode().
| #define YAZ_SRW_MASKING_CHAR_UNSUPP 28 |
Definition at line 36 of file diagsrw.h.
Referenced by emit_term().
| #define YAZ_SRW_NOT_AUTHORISED_TO_SEND_RECORD_IN_THIS_SCHEMA 69 |
| #define YAZ_SRW_ONLY_COMBI_OF_SINGLE_RESULT_SET_WITH_SEARCH_TERMS_ 56 |
| #define YAZ_SRW_QUERY_SYNTAX_ERROR 10 |
Definition at line 18 of file diagsrw.h.
Referenced by ccl2pqf(), cql2pqf(), cql2pqf_scan(), and srw_bend_search().
| #define YAZ_SRW_RESULT_SET_CREATED_BUT_NO_RECORDS_AVAILABLE 57 |
| #define YAZ_SRW_RESULT_SET_CREATED_WITH_UNPREDICTABLE_PARTIAL_RESULTS_ 58 |
| #define YAZ_SRW_RESULT_SET_CREATED_WITH_VALID_PARTIAL_RESULTS_AVAILABLE 59 |
Definition at line 67 of file diagsrw.h.
Referenced by srw_bend_search().
| #define YAZ_SRW_RESULT_SET_NOT_CREATED_TOO_MANY_MATCHING_RECORDS 60 |
| #define YAZ_SRW_RESULT_SETS_ONLY_SUPPORTED_FOR_RETRIEVAL 53 |
| #define YAZ_SRW_RETRIEVAL_MAY_ONLY_OCCUR_FROM_AN_EXISTING_RESULT_SET 54 |
| #define YAZ_SRW_TERM_IN_INVALID_FORMAT_FOR_INDEX_OR_RELATION 36 |
| #define YAZ_SRW_TOO_MANY_CHARS_IN_QUERY 12 |
Definition at line 20 of file diagsrw.h.
Referenced by cql_transform_buf().
| #define YAZ_SRW_UNSUPP_BOOLEAN_MODIFIER 46 |
Definition at line 54 of file diagsrw.h.
Referenced by cql_pr_prox(), and emit_node().
| #define YAZ_SRW_UNSUPP_COMBI_OF_RELATION_AND_TERM 24 |
Definition at line 32 of file diagsrw.h.
Referenced by emit_node().
| #define YAZ_SRW_UNSUPP_CONTEXT_SET 15 |
Definition at line 23 of file diagsrw.h.
Referenced by emit_node().
| #define YAZ_SRW_UNSUPP_INDEX 16 |
Definition at line 24 of file diagsrw.h.
Referenced by emit_node(), and emit_term().
| #define YAZ_SRW_UNSUPP_OPERATION 4 |
Definition at line 13 of file diagsrw.h.
Referenced by srw_bend_scan(), and yaz_sru_decode().
| #define YAZ_SRW_UNSUPP_PARAMETER 8 |
Definition at line 17 of file diagsrw.h.
Referenced by yaz_sru_decode().
| #define YAZ_SRW_UNSUPP_PARAMETER_VALUE 6 |
Definition at line 15 of file diagsrw.h.
Referenced by yaz_solr_decode_error(), and yaz_sru_decode_integer().
| #define YAZ_SRW_UNSUPP_PROX_RELATION 40 |
Definition at line 48 of file diagsrw.h.
Referenced by cql_pr_prox().
| #define YAZ_SRW_UNSUPP_PROX_UNIT 42 |
Definition at line 50 of file diagsrw.h.
Referenced by cql_pr_prox().
| #define YAZ_SRW_UNSUPP_QUERY_TYPE 11 |
Definition at line 19 of file diagsrw.h.
Referenced by srw_bend_search().
| #define YAZ_SRW_UNSUPP_RELATION 19 |
Definition at line 27 of file diagsrw.h.
Referenced by emit_node().
| #define YAZ_SRW_UNSUPP_RELATION_MODIFIER 20 |
Definition at line 28 of file diagsrw.h.
Referenced by emit_term().
| #define YAZ_SRW_UNSUPP_SORT_TYPE 81 |
| #define YAZ_SRW_UNSUPP_VERSION 5 |
Definition at line 14 of file diagsrw.h.
Referenced by yaz_sru_decode().
| #define YAZ_SRW_XPATH_EXPRESSION_CONTAINS_UNSUPP_FEATURE 73 |
| const char * yaz_diag_srw_str | ( | int | code | ) |
Definition at line 110 of file diagsrw.c.
References yaz_diag_entry::code, yaz_diag_srw_tab, and yaz_diag_to_str().
Referenced by cql_strerror(), yaz_mk_sru_surrogate(), yaz_srw_diagnostics(), and ZOOM_connection_error_x().