gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: another sync code


From: gnunet
Subject: [taler-exchange] branch master updated: another sync code
Date: Sun, 24 Nov 2019 17:20:16 +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 b7a5af7f another sync code
b7a5af7f is described below

commit b7a5af7fd4ea302df013ad492d8a420efca5864c
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Nov 24 17:20:13 2019 +0100

    another sync code
---
 src/include/taler_error_codes.h | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 55cdbacb..05bd9ce9 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1852,7 +1852,7 @@ enum TALER_ErrorCode
   /**
    * The sync service failed to access its database.
    * This response is provided with HTTP status code
-   * MHD_HTTP_INTERNAL_ERROR.
+   * MHD_HTTP_INTERNAL_SERVER_ERROR.
    */
   TALER_EC_SYNC_DB_FETCH_ERROR = 6000,
 
@@ -1967,17 +1967,23 @@ enum TALER_ErrorCode
   /**
    * Sync could not store order data in its own database.
    * This response is provided with HTTP status code
-   * MHD_HTTP_INTERNAL_ERROR.
+   * MHD_HTTP_INTERNAL_SERVER_ERROR.
    */
   TALER_EC_SYNC_PAYMENT_CREATE_DB_ERROR = 6015,
 
   /**
    * Sync could not store payment confirmation in its own database.
    * This response is provided with HTTP status code
-   * MHD_HTTP_INTERNAL_ERROR.
+   * MHD_HTTP_INTERNAL_SERVER_ERROR.
    */
   TALER_EC_SYNC_PAYMENT_CONFIRM_DB_ERROR = 6016,
 
+  /**
+   * Sync could check for payment confirmation in its own database.
+   * This response is provided with HTTP status code
+   * MHD_HTTP_INTERNAL_SERVER_ERROR.
+   */
+  TALER_EC_SYNC_PAYMENT_CHECK_ORDER_DB_ERROR = 6017,
 
   /**
    * End of error code range.

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



reply via email to

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