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: Sun, 05 Apr 2020 22:06:04 +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 3576572  more error codes
3576572 is described below

commit 357657278b2ec28baaa248fae80f094e0ad5fe33
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Apr 5 22:06:02 2020 +0200

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

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 650b1a0..c528af2 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -179,6 +179,16 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "VERSION_MALFORMED",
+    14,
+    """
+     The version string given does not follow the
+     expected CURRENT:REVISION:AGE Format.  Generated as an error
+     on the client side.
+    """,
+)
+
 
 ec._add_ec(
     "DB_SETUP_FAILED",
@@ -1651,6 +1661,16 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "KEYS_INVALID",
+    1903,
+    """
+    The keys response was malformed. This error is generated
+    client-side.
+    """,
+)
+
+
 
 ec._add_ec(
     "INSTANCE_UNKNOWN",
@@ -1662,7 +1682,6 @@ ec._add_ec(
     """,
 )
 
-
 ec._add_ec(
     "PROPOSAL_INSTANCE_CONFIGURATION_LACKS_WIRE",
     2002,

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



reply via email to

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