gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-exchange] branch master updated: more error codes
Date: Sat, 04 Apr 2020 16:46:27 +0200

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 82b6c088 more error codes
82b6c088 is described below

commit 82b6c0887db75432d568814f0ecfe76a14ab2f88
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 4 16:46:25 2020 +0200

    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 7bdbd573..d6c37698 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1428,6 +1428,13 @@ enum TALER_ErrorCode
    */
   TALER_EC_TRACK_TRANSFER_EXCHANGE_TIMEOUT = 2400,
 
+  /**
+   * We failed to obtain an acceptable /keys response from the exchange
+   * for the /track/transfer request.  This response is provided with
+   * HTTP status code #MHD_HTTP_FAILED_DEPENDENCY.
+   */
+  TALER_EC_TRACK_TRANSFER_EXCHANGE_KEYS_FAILURE = 2401,
+
   /**
    * We failed to persist coin wire transfer information in our merchant
    * database. The 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]