gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 55/152: more ECs


From: gnunet
Subject: [taler-exchange] 55/152: more ECs
Date: Sun, 05 Jul 2020 20:46:51 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 903c421f55a41a7ab01985afb4cdd4c8d11cc2d3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri May 22 13:01:19 2020 +0200

    more ECs
---
 src/include/taler_error_codes.h | 61 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 901a89b7..1e031f4b 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -2267,6 +2267,67 @@ enum TALER_ErrorCode
    */
   TALER_EC_GET_TIPS_ID_UNKNOWN = 2814,
 
+  /**
+   * The merchant failed to contact the exchange. Returned with a
+   * response code of #MHD_HTTP_FAILED_DEPENDENCY.
+   */
+  TALER_EC_TIP_PICKUP_CONTACT_EXCHANGE_ERROR = 2815,
+
+  /**
+   * The merchant failed to obtain keys from the exchange. Returned with
+   * a response code of #MHD_HTTP_FAILED_DEPENDENCY.
+   */
+  TALER_EC_TIP_PICKUP_EXCHANGE_KEYS_ERROR = 2816,
+
+  /**
+   * The merchant failed to store data in its own database. Returned
+   * with a response code of #MHD_HTTP_INTERNAL_SERVER_ERROR.
+   */
+  TALER_EC_TIP_PICKUP_DB_STORE_HARD_ERROR = 2817,
+
+  /**
+   * The merchant failed to get a timely response from the exchange.
+   * Returned with a response code of #MHD_HTTP_REQUEST_TIMEOUT.
+   */
+  TALER_EC_TIP_PICKUP_EXCHANGE_TIMEOUT = 2818,
+
+  /**
+   * The exchange returned a failure code for the withdraw operation.
+   * Returned with a response code of #MHD_HTTP_FAILED_DEPENDENCY.
+   */
+  TALER_EC_TIP_PICKUP_EXCHANGE_ERROR = 2819,
+
+  /**
+   * 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.
+   */
+  TALER_EC_TIP_PICKUP_SUMMATION_FAILED = 2820,
+
+  /**
+   * The tip expired. Returned with a response code of #MHD_HTTP_GONE.
+   */
+  TALER_EC_TIP_PICKUP_HAS_EXPIRED = 2821,
+
+  /**
+   * The requested withdraw amount exceeds the amount remaining to be
+   * picked up. Returned with a response code of #MHD_HTTP_BAD_REQUEST.
+   */
+  TALER_EC_TIP_PICKUP_AMOUNT_EXCEEDS_TIP_REMAINING = 2822,
+
+  /**
+   * The merchant failed to store data in its own database. Returned
+   * with a response code of #MHD_HTTP_INTERNAL_SERVER_ERROR.
+   */
+  TALER_EC_TIP_PICKUP_DB_STORE_SOFT_ERROR = 2823,
+
+  /**
+   * The merchant did not find the specified denomination key in the
+   * exchange's key set. Returned with a response code of
+   * #MHD_HTTP_CONFLICT.
+   */
+  TALER_EC_TIP_PICKUP_DENOMINATION_UNKNOWN = 2824,
+
   /**
    * We failed to fetch contract terms from our merchant database. The
    * response is provided with HTTP status code

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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