From 27e72344ca7f972e763b9572790b0f58d94d9783 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Apr 2020 13:28:05 +0200 Subject: more error codes --- taler/util/errorcodes.py | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 @@ -169,6 +169,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, -- cgit v1.2.3