From 000d25c7197b4a70740b937452adcd37659b8daf Mon Sep 17 00:00:00 2001
From: Florian Dold <florian.dold@gmail.com>
Date: Fri, 30 Aug 2019 11:45:23 +0200
Subject: [PATCH] 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 022b22713..b490f2bb0 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1595,6 +1595,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.