summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-10-15 14:50:34 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-10-15 14:50:34 +0200
commit4a8fcc27fd22ef2dbd9bf867c5719e584e84577a (patch)
tree9f8935581cc294b645766cb50738fec3cbf4ec6f /src/include
parent316a77a2453e2745209bf348174e297f4b7bce64 (diff)
downloadexchange-4a8fcc27fd22ef2dbd9bf867c5719e584e84577a.tar.gz
exchange-4a8fcc27fd22ef2dbd9bf867c5719e584e84577a.tar.bz2
exchange-4a8fcc27fd22ef2dbd9bf867c5719e584e84577a.zip
New error code,
for payments sent to the wrong instance.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_error_codes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index dd723c998..4962d5fe5 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -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.