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: Adding new error co


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Adding new error code.
Date: Fri, 10 Mar 2017 17:43:31 +0100

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b06e314  Adding new error code.
b06e314 is described below

commit b06e314dbb8ec79bf440ebd9c01b895d741cba71
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 10 17:43:27 2017 +0100

    Adding new error code.
---
 src/include/taler_error_codes.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index c8a030f..817dd0e 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1180,6 +1180,11 @@ enum TALER_ErrorCode
   TALER_EC_TRACK_TRANSFER_CONFLICTING_REPORTS = 2408,
 
   /**
+   * The merchant backend had problems in creating the JSON response.
+   */
+  TALER_EC_TRACK_TRANSFER_JSON_RESPONSE_ERROR = 2409,
+
+  /**
    * 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]