gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: need more error codes


From: gnunet
Subject: [taler-exchange] branch master updated: need more error codes
Date: Sat, 02 Nov 2019 13:23:18 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c0a87f10 need more error codes
c0a87f10 is described below

commit c0a87f108718a891585b8da35005646ff0b4db34
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 2 13:23:16 2019 +0100

    need more error codes
---
 src/include/taler_error_codes.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 57dbd2db..7e093c3b 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1229,6 +1229,13 @@ enum TALER_ErrorCode
    */
   TALER_EC_HISTORY_DB_FETCH_ERROR = 2201,
 
+  /**
+   * The backend could not find the contract specified
+   * in the request.   This response is
+   * provided with HTTP status code MHD_HTTP_NOT_FOUND.
+   */
+  TALER_EC_POLL_PAYMENT_CONTRACT_NOT_FOUND = 2250,
+
   /**
    * We failed to contact the exchange for the /track/transaction
    * request.  This response is provided with HTTP status code

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



reply via email to

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