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:50:21 +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 00d9191  more error codes
00d9191 is described below

commit 00d9191838aee18dca434677f6895f8588198298
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 4 16:50:17 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 dd6b3f2..650b1a0 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -2041,6 +2041,16 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "TRACK_TRANSACTION_EXCHANGE_KEYS_FAILURE",
+    2301,
+    """
+    We failed to get a valid /keys response from the exchange for the 
/track/transaction
+    request.  This response is provided with HTTP status code
+    #MHD_HTTP_FAILED_DEPENDENCY.
+    """,
+)
+
 ec._add_ec(
     "TRACK_TRANSACTION_TRANSACTION_UNKNOWN",
     2302,

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



reply via email to

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