aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/DatabaseError.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/db/DatabaseError.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/DatabaseError.hxx b/src/db/DatabaseError.hxx
index 1485a21b6..c71bbdfff 100644
--- a/src/db/DatabaseError.hxx
+++ b/src/db/DatabaseError.hxx
@@ -30,6 +30,8 @@ enum db_error {
DB_DISABLED,
DB_NOT_FOUND,
+
+ DB_CONFLICT,
};
extern const Domain db_domain;