summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-04 13:28:05 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-04 13:28:05 +0200
commit27e72344ca7f972e763b9572790b0f58d94d9783 (patch)
tree1986c509c367147e64d475a108f6ec6057f50bef
parent5e91a4d3dfc9c5288237d1e2bc11c1bf11c76ff8 (diff)
downloadtaler-util-27e72344ca7f972e763b9572790b0f58d94d9783.tar.gz
taler-util-27e72344ca7f972e763b9572790b0f58d94d9783.tar.bz2
taler-util-27e72344ca7f972e763b9572790b0f58d94d9783.zip
more error codes
-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,
"""