OpenDNSSEC-enforcer
1.4.8.2
Main Page
Data Structures
Files
File List
Globals
enforcer
ksm
include
ksm
dbsmsg.h
Go to the documentation of this file.
1
#ifndef KSM_DBSMSG_H
2
#define KSM_DBSMSG_H
3
4
/* This file is generated by a perl script - it should not be edited */
5
6
#define DBS_MIN_VALUE (DBS_BASE)
7
#define DBS_MAX_VALUE (DBS_BASE + 15)
8
#define DBS_ARRAY_SIZE (16)
9
10
static
const
char
* d_messages[] = {
11
"ERROR: failed to enable autocommit - %s"
,
12
"ERROR: buffer overflow in %s"
,
13
"ERROR: unable to connect to database - %s"
,
14
"ERROR: could not initialize handle to database"
,
15
"ERROR: invalid arguments to %s"
,
16
"ERROR: invalid index of %d, maximum index is %d"
,
17
"ERROR: no result obtained from query where one was expected"
,
18
"ERROR: unable to get ID of last inserted row - no such row created?"
,
19
"ERROR: not connected to the database"
,
20
"INFO: not connected to the database"
,
21
"ERROR: expected integer result from query, but obtained '%s' instead"
,
22
"ERROR: error executing SQL - %s"
,
23
"ERROR: unable to allocate prepared statement structure"
,
24
"ERROR: unable to create prepared statement - %s"
,
25
"WARNING: query '%s' returned too many rows, excess ignored"
,
26
"ERROR: unexpected result from executing SQL statement '%s'"
,
27
28
/* ... and null-terminate the array to be on the safe side */
29
30
NULL
31
};
32
#endif
/* KSM_DBSMSG_H */
Generated by
1.8.11