gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 02/02: error code


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 02/02: error code
Date: Fri, 30 Aug 2019 11:45:28 +0200

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

dold pushed a commit to branch master
in repository exchange.

commit 000d25c7197b4a70740b937452adcd37659b8daf
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 30 11:45:23 2019 +0200

    error code
---
 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 022b2271..b490f2bb 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1596,6 +1596,13 @@ enum TALER_ErrorCode
   TALER_EC_TIP_QUERY_TIP_ID_UNKNOWN = 2810,
 
   /**
+   * The backend could not find the merchant instance specified
+   * in the request.   This response is
+   * provided with HTTP status code MHD_HTTP_NOT_FOUND.
+   */
+  TALER_EC_TIP_INSTANCE_UNKNOWN = 2811,
+
+  /**
    * The instance for check-payment is unknown, likely
    * a buggy frontend or misconfigured instances.
    */

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



reply via email to

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