c7aacb93528fc8d1e8ea239f663a00f39a1320a8
[ircu2.10.12-pk.git] / libs / dbprim / dbprim_err.et
1 # Copyright (C) 2002 by Kevin L. Mitchell <klmitch@mit.edu>
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Library General Public
5 # License as published by the Free Software Foundation; either
6 # version 2 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Library General Public License for more details.
12 #
13 # You should have received a copy of the GNU Library General Public
14 # License along with this library; if not, write to the Free
15 # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
16 # MA 02111-1307, USA
17 #
18 # @(#)$Id: dbprim_err.et,v 1.1 2003-03-07 02:36:10 klmitch Exp $
19
20 error_table dbpr
21
22 error_code DB_ERR_BADARGS,              "Bad arguments"
23
24 error_code DB_ERR_BUSY,                 "Element already in use"
25 error_code DB_ERR_UNUSED,               "Element is not in use"
26 error_code DB_ERR_WRONGTABLE,           "Element is not in this table"
27 error_code DB_ERR_NOENTRY,              "No matching element"
28
29 error_code DB_ERR_DUPLICATE,            "Duplicate keys found"
30 error_code DB_ERR_NOTEMPTY,             "Table not empty"
31 error_code DB_ERR_FROZEN,               "Table is frozen; try again later"
32 error_code DB_ERR_NOTABLE,              "No table allocated"
33 error_code DB_ERR_READDFAILED,          "Failed to re-add entry to table"
34 error_code DB_ERR_UNRECOVERABLE,        "Unrecoverable error; table unusable"
35
36 end