YAZ  5.34.0
Functions
cqlstrer.c File Reference

Implements CQL error code map to description string. More...

#include <yaz/cql.h>
#include <yaz/diagsrw.h>

Go to the source code of this file.

Functions

const char * cql_strerror (int code)
 returns the CQL message corresponding to a given error code. More...
 

Detailed Description

Implements CQL error code map to description string.

Definition in file cqlstrer.c.

Function Documentation

◆ cql_strerror()

const char* cql_strerror ( int  code)

returns the CQL message corresponding to a given error code.

Parameters
codeerror code
Returns
text message

Definition at line 16 of file cqlstrer.c.

References yaz_diag_srw_str().

Referenced by cql2pqf().