summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler/util/errorcodes.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 80494ab..8f027b6 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -170,6 +170,17 @@ ec._add_ec(
ec._add_ec(
+ "HOLE_IN_WIRE_FEE_STRUCTURE",
+ 13,
+ """
+ The start and end-times in the wire fee structure
+ leave a hole. This is not allowed.
+ Generated as an error on the client-side.
+ """,
+)
+
+
+ec._add_ec(
"DB_SETUP_FAILED",
1001,
"""