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: Fri, 17 Jan 2020 03:42:17 +0100

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 1f15fe8  more error codes
1f15fe8 is described below

commit 1f15fe893126bca579023f75caa159ecf0882516
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 03:42:15 2020 +0100

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

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 53acb6d..dcc3e0a 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -994,6 +994,17 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "REFRESH_REVEAL_KEYS_MISSING",
+    1383,
+    """
+    The exchange failed to generate the signature as
+    it could not find the signing key for the denomination.
+    This response is provided with HTTP status code
+    MHD_HTTP_INTERNAL_SERVER_ERROR.
+    """,
+)
+
 
 ec._add_ec(
     "REFRESH_LINK_COIN_UNKNOWN",
@@ -1420,6 +1431,16 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "KEYS_MISSING",
+    1901,
+    """
+    We currently cannot find any keys.
+    This reponse is provied with an HTTP status code of
+    MHD_HTTP_INTERNAL_SERVER_ERROR.
+    """,
+)
+
 
 ec._add_ec(
     "INSTANCE_UNKNOWN",

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



reply via email to

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