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: add EC codes for me


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: add EC codes for merchant
Date: Sun, 05 Mar 2017 18:51:49 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 326f3b2  add EC codes for merchant
326f3b2 is described below

commit 326f3b2a43d9e18938cb2ac902b4cc9c7423f393
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 5 18:51:47 2017 +0100

    add EC codes for merchant
---
 src/include/taler_error_codes.h | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 4b90281..e47cff7 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -991,6 +991,20 @@ enum TALER_ErrorCode
    */
   TALER_EC_PAY_OFFER_EXPIRED = 2121,
 
+  /**
+   * The "merchant" field is missing in the proposal data.
+   * This response is
+   * provided with HTTP status code MHD_HTTP_BAD_REQUEST.
+   */
+  TALER_EC_PAY_MERCHANT_FIELD_MISSING = 2122,
+
+  /**
+   * 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_PAY_FAILED_COMPUTE_PROPOSAL_HASH = 2123,
+
 
   /**
    * Integer overflow with sepcified timestamp argument detected.

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



reply via email to

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