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 codes


From: gnunet
Subject: [taler-taler-util] branch master updated: more codes
Date: Sun, 10 May 2020 20:06:49 +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 09e749e  more codes
09e749e is described below

commit 09e749e134a02e21aed072d669fbcf1746620537
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 10 20:06:47 2020 +0200

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

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index ac5fde1..ff3d635 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -2298,7 +2298,17 @@ ec._add_ec(
 
 
 ec._add_ec(
-    "TRACK_TRANSFER_EXCHANGE_TIMEOUT",
+    "GET_TRANSFERS_DB_FETCH_ERROR",
+    2350,
+    """
+    We did failed to retrieve information from our database. The response
+    is provided with an HTTP status of
+    #MHD_HTTP_INTERNAL_SERVER_ERROR.
+    """,
+)
+
+ec._add_ec(
+    "POST_TRANSFERS_EXCHANGE_TIMEOUT",
     2400,
     """
     We failed to contact the exchange for the /track/transfer
@@ -2308,7 +2318,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_EXCHANGE_KEYS_FAILURE",
+    "POST_TRANSFERS_EXCHANGE_KEYS_FAILURE",
     2401,
     """
     We failed to obtain an acceptable /keys response from the exchange
@@ -2318,7 +2328,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_DB_STORE_COIN_ERROR",
+    "POST_TRANSFERS_DB_STORE_COIN_ERROR",
     2402,
     """
     We failed to persist coin wire transfer information in
@@ -2329,7 +2339,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_REQUEST_ERROR",
+    "POST_TRANSFERS_REQUEST_ERROR",
     2403,
     """
     We internally failed to execute the /track/transfer request.
@@ -2339,7 +2349,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_DB_STORE_TRANSFER_ERROR",
+    "POST_TRANSFERS_DB_STORE_TRANSFER_ERROR",
     2404,
     """
     We failed to persist wire transfer information in
@@ -2350,7 +2360,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_EXCHANGE_ERROR",
+    "POST_TRANSFERS_EXCHANGE_ERROR",
     2405,
     """
     The exchange returned an error from /track/transfer.
@@ -2360,7 +2370,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_DB_FETCH_DEPOSIT_ERROR",
+    "POST_TRANSFERS_DB_FETCH_DEPOSIT_ERROR",
     2406,
     """
     We failed to fetch deposit information from
@@ -2371,7 +2381,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_DB_INTERNAL_LOGIC_ERROR",
+    "POST_TRANSFERS_DB_INTERNAL_LOGIC_ERROR",
     2407,
     """
     We encountered an internal logic error.
@@ -2381,7 +2391,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_CONFLICTING_REPORTS",
+    "POST_TRANSFERS_CONFLICTING_REPORTS",
     2408,
     """
     The exchange gave conflicting information about a coin which has
@@ -2392,7 +2402,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_JSON_RESPONSE_ERROR",
+    "POST_TRANSFERS_JSON_RESPONSE_ERROR",
     2409,
     """
     The merchant backend had problems in creating the JSON response.
@@ -2400,7 +2410,7 @@ ec._add_ec(
 )
 
 ec._add_ec(
-    "TRACK_TRANSFER_JSON_BAD_WIRE_FEE",
+    "POST_TRANSFERS_JSON_BAD_WIRE_FEE",
     2410,
     """
     The exchange charged a different wire fee than what it

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



reply via email to

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