exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 000d25c7197b4a70740b937452adcd37659b8daf
parent 57916a12613c49ea1dc26881166f27a64259cf2d
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 30 Aug 2019 11:45:23 +0200

error code

Diffstat:
Msrc/include/taler_error_codes.h | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git 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. */