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: Fri, 22 May 2020 13:01:26 +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 d2f519e  more ECs
d2f519e is described below

commit d2f519e56ada0b390f4d93f79aa304c7df1cb0c9
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri May 22 13:01:24 2020 +0200

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

diff --git a/taler/util/errorcodes.py b/taler/util/errorcodes.py
index f9280bd..1442c4f 100644
--- a/taler/util/errorcodes.py
+++ b/taler/util/errorcodes.py
@@ -3403,6 +3403,96 @@ ec._add_ec(
     """,
 )
 
+ec._add_ec(
+    "TIP_PICKUP_CONTACT_EXCHANGE_ERROR",
+    2815,
+    """
+    The merchant failed to contact the exchange.
+    Returned with a response code of #MHD_HTTP_FAILED_DEPENDENCY.
+    """,
+)
+
+ec._add_ec(
+    "TIP_PICKUP_EXCHANGE_KEYS_ERROR",
+    2816,
+    """
+    The merchant failed to obtain keys from the exchange.
+    Returned with a response code of #MHD_HTTP_FAILED_DEPENDENCY.
+    """,
+)
+
+ec._add_ec(
+    "TIP_PICKUP_DB_STORE_HARD_ERROR",
+    2817,
+    """
+    The merchant failed to store data in its own database.
+    Returned with a response code of #MHD_HTTP_INTERNAL_SERVER_ERROR.
+    """,
+)
+
+ec._add_ec(
+    "TIP_PICKUP_EXCHANGE_TIMEOUT",
+    2818,
+    """
+    The merchant failed to get a timely response from the exchange.
+    Returned with a response code of #MHD_HTTP_REQUEST_TIMEOUT.
+    """,
+)
+
+ec._add_ec(
+    "TIP_PICKUP_EXCHANGE_ERROR",
+    2819,
+    """
+    The exchange returned a failure code for the withdraw operation.
+    Returned with a response code of #MHD_HTTP_FAILED_DEPENDENCY.
+    """,
+)
+
+ec._add_ec(
+    "TIP_PICKUP_SUMMATION_FAILED",
+    2820,
+    """
+    The merchant failed to add up the amounts to compute the pick up value.
+    Returned with a response code of #MHD_HTTP_INTERNAL_SERVER_ERROR.
+    """,
+)
+
+ec._add_ec(
+    "TIP_PICKUP_HAS_EXPIRED",
+    2821,
+    """
+    The tip expired.
+    Returned with a response code of #MHD_HTTP_GONE.
+    """,
+)
+
+ec._add_ec(
+    "TIP_PICKUP_AMOUNT_EXCEEDS_TIP_REMAINING",
+    2822,
+    """
+    The requested withdraw amount exceeds the amount remaining to be picked up.
+    Returned with a response code of #MHD_HTTP_BAD_REQUEST.
+    """,
+)
+
+ec._add_ec(
+    "TIP_PICKUP_DB_STORE_SOFT_ERROR",
+    2823,
+    """
+    The merchant failed to store data in its own database.
+    Returned with a response code of #MHD_HTTP_INTERNAL_SERVER_ERROR.
+    """,
+)
+
+ec._add_ec(
+    "TIP_PICKUP_DENOMINATION_UNKNOWN",
+    2824,
+    """
+    The merchant did not find the specified denomination key in the exchange's 
key set.
+    Returned with a response code of #MHD_HTTP_CONFLICT.
+    """,
+)
+
 
 ec._add_ec(
     "GET_ORDERS_DB_LOOKUP_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]