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: introducting error


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: introducting error code for merchant detecting wire fee inconsistency
Date: Fri, 21 Jul 2017 15:19:10 +0200

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 3e111f4  introducting error code for merchant detecting wire fee 
inconsistency
3e111f4 is described below

commit 3e111f42636a634d9144b5ae66dcd6d342d0c4d2
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jul 21 15:18:59 2017 +0200

    introducting error code for merchant detecting wire fee inconsistency
---
 src/include/taler_error_codes.h | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index d1727c7..56c0226 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1251,7 +1251,8 @@ enum TALER_ErrorCode
   /**
    * The exchange gave conflicting information about a coin which has
    * been wire transferred.
-   * The response is provided with HTTP status code 
MHD_HTTP_INTERNAL_SERVER_ERROR.
+   * The response is provided with HTTP status code
+   * MHD_HTTP_INTERNAL_SERVER_ERROR (FIXME: bad choice!).
    */
   TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORTS = 2408,
 
@@ -1261,6 +1262,14 @@ enum TALER_ErrorCode
   TALER_EC_TRACK_TRANSFER_JSON_RESPONSE_ERROR = 2409,
 
   /**
+   * The exchange charged a different wire fee than what it
+   * originally advertised, and it is higher.  The response
+   * is provied with an HTTP status of 
+   * MHD_HTTP_INTERNAL_SERVER_ERROR (FIXME: bad choice!).
+   */
+  TALER_EC_TRACK_TRANSFER_JSON_BAD_WIRE_FEE = 2410,
+
+  /**
    * The hash provided in the request of /map/in does not match
    * the contract sent alongside in the same request.
    */

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



reply via email to

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