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 merc


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: error code for merchant /pay db transaction
Date: Tue, 25 Jul 2017 11:56:51 +0200

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 26486e6  error code for merchant /pay db transaction
26486e6 is described below

commit 26486e6f21ecd546e29424943c1cd5eb608d9c7c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jul 25 11:56:15 2017 +0200

    error code for merchant /pay db transaction
---
 src/include/taler_error_codes.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 56c0226..8574dd0 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1323,6 +1323,14 @@ enum TALER_ErrorCode
    */
   TALER_EC_REFUND_MERCHANT_DB_COMMIT_ERROR = 2604,
 
+  /**
+   * Payments are stored in a single db transaction; this error indicates
+   * that one db operation within that transaction failed.  This might involve
+   * storing of coins or other related db operations, like starting/committing
+   * the db transaction or marking a contract as paid.
+   */
+   TALER_EC_PAY_DB_STORE_PAYMENTS_ERROR = 2605,
+
 
   /* ********** /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]