error code

This commit is contained in:
Florian Dold 2019-08-30 11:45:23 +02:00
parent 57916a1261
commit 000d25c719
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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.