summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/taler_error_codes.h7
1 files changed, 7 insertions, 0 deletions
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
@@ -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.
*/