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, 20 Mar 2020 02:36:29 +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 1795c7e  more error codes
1795c7e is described below

commit 1795c7ec57672b47708a8d2dbdef9e66ba482709
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 20 02:36:27 2020 +0100

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

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 6d6a1c3..98668c5 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -589,6 +589,15 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "WITHDRAW_REPLY_MALFORMED",
+    1118,
+    """
+    The exchange responded with a reply that did not satsify the protocol.
+    This error is not used in the protocol but created client-side.
+    """,
+)
+
 
 ec._add_ec(
     "RESERVE_STATUS_DB_ERROR",
@@ -610,6 +619,15 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "RESERVE_STATUS_REPLY_MALFORMED",
+    1152,
+    """
+    The exchange responded with a reply that did not satsify the protocol.
+    This error is not used in the protocol but created client-side.
+    """,
+)
+
 ec._add_ec(
     "DEPOSIT_INSUFFICIENT_FUNDS",
     1200,
@@ -1132,6 +1150,14 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "REFRESH_REVEAL_REPLY_MALFORMED",
+    1385,
+    """
+    The exchange responded with a reply that did not satsify the protocol.
+    This error is not used in the protocol but created client-side.
+    """,
+)
 
 
 ec._add_ec(
@@ -1144,6 +1170,15 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "REFRESH_LINK_REPLY_MALFORMED",
+    1401,
+    """
+    The exchange responded with a reply that did not satsify the protocol.
+    This error is not used in the protocol but created client-side.
+    """,
+)
+
 ec._add_ec(
     "REFUND_COIN_NOT_FOUND",
     1500,
@@ -1393,6 +1428,15 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "TRACK_TRANSFER_REPLY_MALFORMED",
+    1705,
+    """
+    The exchange responded with a reply that did not satsify the protocol.
+    This error is not used in the protocol but created client-side.
+    """,
+)
+
 ec._add_ec(
     "TRACK_TRANSACTION_DB_FEE_INCONSISTENT",
     1800,
@@ -1556,6 +1600,14 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "RECOUP_REPLY_MALFORMED",
+    1861,
+    """
+    The exchange responded with a reply that did not satsify the protocol.
+    This error is not used in the protocol but created client-side.
+    """,
+)
 
 ec._add_ec(
     "KEYS_HAVE_NOT_NUMERIC",
@@ -2601,6 +2653,14 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "AUDITOR_EXCHANGES_REPLY_MALFORMED",
+    3004,
+    """
+    The auditor (!) responded with a reply that did not satsify the protocol.
+    This error is not used in the protocol but created client-side.
+    """,
+)
 
 ec._add_ec(
     "TEST_ECDH_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]