gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 106/152: more ecs


From: gnunet
Subject: [taler-exchange] 106/152: more ecs
Date: Sun, 05 Jul 2020 20:47:42 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit baab185d87fc507ea47a509d602c4fd899c6ffcb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon May 18 19:10:47 2020 +0200

    more ecs
---
 src/include/taler_error_codes.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index cafdf1f6..255fdc2f 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1997,6 +1997,18 @@ enum TALER_ErrorCode
    */
   TALER_EC_REFUND_LOOKUP_NO_REFUND = 2607,
 
+  /**
+   * The requested wire method is not supported by the exchange.
+   * Returned with an HTTP status of #MHD_HTTP_CONFLICT.
+   */
+  TALER_EC_RESERVES_POST_UNSUPPORTED_WIRE_METHOD = 2650,
+
+  /**
+   * The backend failed to commit the result to the database. Returned
+   * with an HTTP status of #MHD_HTTP_INTERNAL_SERVER_ERROR.
+   */
+  TALER_EC_RESERVES_POST_DB_COMMIT_HARD_ERROR = 2651,
+
   /**
    * 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
gnunet@gnunet.org.



reply via email to

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