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 16:46:34 +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 bd42832  more error codes
bd42832 is described below

commit bd4283277841a25a9a4444c4a4390811ec5e7987
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 4 16:46:31 2020 +0200

    more error codes
---
 taler/util/errorcodes.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 8f027b6..dd6b3f2 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -2130,6 +2130,16 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "TRACK_TRANSFER_EXCHANGE_KEYS_FAILURE",
+    2401,
+    """
+    We failed to obtain an acceptable /keys response from the exchange
+    for the /track/transfer request.  This response is provided with HTTP 
status code
+    #MHD_HTTP_FAILED_DEPENDENCY.
+    """,
+)
+
 ec._add_ec(
     "TRACK_TRANSFER_DB_STORE_COIN_ERROR",
     2402,

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



reply via email to

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