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 code for inst


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: error code for instance unknown
Date: Mon, 27 Feb 2017 11:55:49 +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 1c08e3d  error code for instance unknown
1c08e3d is described below

commit 1c08e3dcb1fa7fcfbf4d6eb1ae009c0a075ffa89
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 27 11:55:37 2017 +0100

    error code for instance unknown
---
 src/include/taler_error_codes.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 5e80883..770a8ad 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -994,6 +994,12 @@ enum TALER_ErrorCode
   TALER_EC_HISTORY_DB_FETCH_ERROR = 2201,
 
   /**
+   * Instance used to retrieve history is unknown to the
+   * merchant.
+   */
+  TALER_EC_HISTORY_INSTANCE_UNKNOWN = 2202,
+
+  /**
    * We failed to contact the exchange for the /track/transaction
    * request.  This response is provided with HTTP status code
    * MHD_HTTP_SERVICE_UNAVAILABLE.

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



reply via email to

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