gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-util] branch master updated: another error code


From: gnunet
Subject: [taler-taler-util] branch master updated: another error code
Date: Sat, 14 Mar 2020 20:07:46 +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 3cf781f  another error code
3cf781f is described below

commit 3cf781ffc1164389f9ff6a6a1c34d4d7d18d0020
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 14 20:07:43 2020 +0100

    another error code
---
 taler/util/errorcodes.py | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index 7f58681..cd6c13f 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -579,6 +579,17 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "WITHDRAW_RESERVE_BALANCE_CORRUPT",
+    1117,
+    """
+    The exchange's database entry with the reserve balance summary
+    is inconsistent with its own history of the reserve.
+    Returned with an HTTP status of #MHD_HTTP_INTERNAL_SERVER_ERROR.
+    """,
+)
+
+
 ec._add_ec(
     "RESERVE_STATUS_DB_ERROR",
     1150,

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



reply via email to

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