summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-30 11:45:23 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-30 11:45:23 +0200
commit000d25c7197b4a70740b937452adcd37659b8daf (patch)
treee9a9ecae310ed28a6d3b8737e63ffd1a3801eed3 /src
parent57916a12613c49ea1dc26881166f27a64259cf2d (diff)
downloadexchange-000d25c7197b4a70740b937452adcd37659b8daf.tar.gz
exchange-000d25c7197b4a70740b937452adcd37659b8daf.tar.bz2
exchange-000d25c7197b4a70740b937452adcd37659b8daf.zip
error code
Diffstat (limited to 'src')
-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.
*/