New error code,

for payments sent to the wrong instance.
This commit is contained in:
Marcello Stanisci 2019-10-15 14:50:34 +02:00
parent 316a77a245
commit 4a8fcc27fd
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1134,6 +1134,12 @@ enum TALER_ErrorCode
*/
TALER_EC_PAY_ABORT_REFUND_REFUSED_PAYMENT_COMPLETE = 2126,
/**
* A unknown merchant public key was included in the payment. That
* happens typically when the wallet sends the payment to the wrong
* merchant instance.
*/
TALER_EC_PAY_WRONG_INSTANCE = 2126,
/**
* Integer overflow with sepcified timestamp argument detected.