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: New error code,


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: New error code,
Date: Tue, 15 Oct 2019 14:51:01 +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 4a8fcc27 New error code,
4a8fcc27 is described below

commit 4a8fcc27fd22ef2dbd9bf867c5719e584e84577a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 15 14:50:34 2019 +0200

    New error code,
    
    for payments sent to the wrong instance.
---
 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 dd723c99..4962d5fe 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1134,6 +1134,12 @@ enum TALER_ErrorCode
    */
   TALER_EC_PAY_ABORT_REFUND_REFUSED_PAYMENT_COMPLETE = 2126,
 
+  /**
+   * A unknown merchant public key was included in the payment.  That
+   * happens typically when the wallet sends the payment to the wrong
+   * merchant instance.
+   */
+  TALER_EC_PAY_WRONG_INSTANCE = 2126,
 
   /**
    * 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]