gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-util] branch master updated: more error codes


From: gnunet
Subject: [taler-taler-util] branch master updated: more error codes
Date: Sat, 04 Apr 2020 13:28:07 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new 27e7234  more error codes
27e7234 is described below

commit 27e72344ca7f972e763b9572790b0f58d94d9783
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 4 13:28:05 2020 +0200

    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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]