gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: error codes for mer


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: error codes for merchant /check-payment
Date: Mon, 22 Jan 2018 13:41:40 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 9f15044  error codes for merchant /check-payment
9f15044 is described below

commit 9f15044d5f39fbb4029928d362382ace87ab4602
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 22 13:41:32 2018 +0100

    error codes for merchant /check-payment
---
 src/include/taler_error_codes.h | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 1e309a4..6353d89 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1457,6 +1457,38 @@ enum TALER_ErrorCode
    */
   TALER_EC_TIP_QUERY_TIP_ID_UNKNOWN = 2810,
 
+  /**
+   * The instance for check-payment is unknown, likely
+   * a buggy frontend or misconfigured instances.
+   */
+  TALER_EC_CHECK_PAYMENT_INSTANCE_UNKNOWN = 2910,
+
+  /**
+   * We failed to contract terms from our merchant database.
+   * The response is provided with HTTP status code
+   * MHD_HTTP_INTERNAL_SERVER_ERROR.
+   */
+  TALER_EC_CHECK_PAYMENT_DB_FETCH_CONTRACT_TERMS_ERROR = 2911,
+
+  /**
+   * We failed to contract terms from our merchant database.
+   * The response is provided with HTTP status code
+   * MHD_HTTP_INTERNAL_SERVER_ERROR.
+   */
+  TALER_EC_CHECK_PAYMENT_DB_FETCH_ORDER_ERROR = 2912,
+
+  /**
+   * The order id we're checking is unknown, likely
+   * the frontend did not create the order first.
+   */
+  TALER_EC_CHECK_PAYMENT_ORDER_ID_UNKNOWN = 2913,
+
+  /**
+   * Failed computing a hash code (likely server out-of-memory).
+   * This response is
+   * provided with HTTP status code MHD_HTTP_INTERNAL_SERVER_ERROR.
+   */
+  TALER_EC_CHECK_PAYMENT_FAILED_COMPUTE_PROPOSAL_HASH = 2014,
 
   /* ********** /test API error codes ************* */
 

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



reply via email to

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