From 9e3371ae9b67a154f1c03f7003a10aa75f0e9470 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 12 Apr 2020 19:22:45 +0200 Subject: adapt withdraw2 API to support new tip-pickup design (#6173) --- src/include/taler_error_codes.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/include/taler_error_codes.h') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index cff88857c..2134e68d5 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -416,6 +416,12 @@ enum TALER_ErrorCode */ TALER_EC_WITHDRAW_REPLY_MALFORMED = 1118, + /** + * The client failed to unblind the blind signature. This error is not + * used in the protocol but created client-side. + */ + TALER_EC_WITHDRAW_UNBLIND_FAILURE = 1119, + /** * The exchange failed to obtain the transaction history of the given * reserve from the database. This response is provided with HTTP @@ -1203,14 +1209,14 @@ enum TALER_ErrorCode * insufficient to satisfy the required amount for the contract. The * client should revisit the logic used to calculate fees it must * cover. This response is provided with HTTP status code - * #MHD_HTTP_BAD_REQUEST. + * #MHD_HTTP_ACCEPTED. */ TALER_EC_PAY_PAYMENT_INSUFFICIENT_DUE_TO_FEES = 2108, /** * Even if we do not consider deposit and wire fees, the payment is * insufficient to satisfy the required amount for the contract. This - * response is provided with HTTP status code #MHD_HTTP_BAD_REQUEST. + * response is provided with HTTP status code #MHD_HTTP_ACCEPTED. */ TALER_EC_PAY_PAYMENT_INSUFFICIENT = 2109, -- cgit v1.2.3