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 ECs


From: gnunet
Subject: [taler-taler-util] branch master updated: more ECs
Date: Mon, 18 May 2020 19:28:56 +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 1dda880  more ECs
1dda880 is described below

commit 1dda880147a488f74f5bd1e90ca098b9ce98933a
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon May 18 19:28:54 2020 +0200

    more ECs
---
 taler/util/errorcodes.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index ff3d635..19a7f95 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -2995,6 +2995,23 @@ ec._add_ec(
 )
 
 
+ec._add_ec(
+    "RESERVES_POST_UNSUPPORTED_WIRE_METHOD",
+    2650,
+    """
+    The requested wire method is not supported by the exchange.
+    Returned with an HTTP status of #MHD_HTTP_CONFLICT.
+    """,
+)
+
+ec._add_ec(
+    "RESERVES_POST_DB_COMMIT_HARD_ERROR",
+    2651,
+    """
+    The backend failed to commit the result to the database.
+    Returned with an HTTP status of #MHD_HTTP_INTERNAL_SERVER_ERROR.
+    """,
+)
 
 ec._add_ec(
     "TIP_AUTHORIZE_INSTANCE_DOES_NOT_TIP",

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



reply via email to

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