aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_error_codes.h')
-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
1134 */ 1134 */
1135 TALER_EC_PAY_ABORT_REFUND_REFUSED_PAYMENT_COMPLETE = 2126, 1135 TALER_EC_PAY_ABORT_REFUND_REFUSED_PAYMENT_COMPLETE = 2126,
1136 1136
1137 /**
1138 * A unknown merchant public key was included in the payment. That
1139 * happens typically when the wallet sends the payment to the wrong
1140 * merchant instance.
1141 */
1142 TALER_EC_PAY_WRONG_INSTANCE = 2126,
1137 1143
1138 /** 1144 /**
1139 * Integer overflow with sepcified timestamp argument detected. 1145 * Integer overflow with sepcified timestamp argument detected.