gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-util] branch master updated: add ec


From: gnunet
Subject: [taler-taler-util] branch master updated: add ec
Date: Tue, 21 Jan 2020 16:08:37 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 2b9dc79  add ec
2b9dc79 is described below

commit 2b9dc792aaf096d8f6eab87660db4a1b33e2415d
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 21 16:08:34 2020 +0100

    add ec
---
 taler/util/errorcodes.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 2f67090..3105daa 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -2612,6 +2612,15 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "BANK_TRANSFER_REQUEST_UID_REUSED",
+    5500,
+    """
+    The request UID for a request to transfer funds has already
+    been used, but with different details for the transfer.
+    """,
+)
+
 
 ec._add_ec(
     "SYNC_DB_FETCH_ERROR",

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



reply via email to

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