gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 02/03: add error codes


From: gnunet
Subject: [taler-exchange] 02/03: add error codes
Date: Fri, 10 Apr 2020 16:49:59 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 70a794b6f93c93ac81b162f55f305beb726a3832
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Apr 10 16:49:45 2020 +0200

    add error codes
---
 src/include/taler_error_codes.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 44c29ca7..cff88857 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1603,6 +1603,12 @@ enum TALER_ErrorCode
    */
   TALER_EC_PROPOSAL_REPLY_MALFORMED = 2510,
 
+  /**
+   * The merchant returned a malformed response. Error created client-
+   * side.
+   */
+  TALER_EC_REFUND_LOOKUP_INVALID_RESPONSE = 2600,
+
   /**
    * The frontend gave an unknown order id to issue the refund to.
    */
@@ -1642,6 +1648,13 @@ enum TALER_ErrorCode
    */
   TALER_EC_PAY_REFUND_SIGNATURE_FAILED = 2606,
 
+  /**
+   * The merchant backend is not available of any applicable refund(s)
+   * for this order. Returned with an HTTP status of
+   * #MHD_HTTP_NOT_FOUND.
+   */
+  TALER_EC_REFUND_LOOKUP_NO_REFUND = 2607,
+
   /**
    * The backend knows the instance that was supposed to support the
    * tip, but it was not configured for tipping (i.e. has no exchange

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



reply via email to

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