From 3e67b3cfcf46bf49ebd01e846fd3e650c6fa4d26 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 6 Jul 2023 12:47:04 +0200 Subject: tip -> reward --- gnu-taler-error-codes/registry.rec | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'gnu-taler-error-codes') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 8c6c266..d4728c5 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1356,8 +1356,8 @@ Description: The order provided to the backend could not be completed, because a HttpStatus: 404 Value: 2007 -Name: MERCHANT_GENERIC_TIP_ID_UNKNOWN -Description: The tip ID is unknown. This could happen if the tip has expired. +Name: MERCHANT_GENERIC_REWARD_ID_UNKNOWN +Description: The reward ID is unknown. This could happen if the reward has expired. HttpStatus: 404 Value: 2008 @@ -1651,38 +1651,38 @@ Name: MERCHANT_POST_ORDERS_ID_REFUND_SIGNATURE_FAILED Description: The backend failed to sign the refund request. HttpStatus: 0 -# 2400-2449: tip pickup endpoint +# 2400-2449: reward pickup endpoint Value: 2400 -Name: MERCHANT_TIP_PICKUP_UNBLIND_FAILURE +Name: MERCHANT_REWARD_PICKUP_UNBLIND_FAILURE Description: The client failed to unblind the signature returned by the merchant. HttpStatus: 0 Value: 2403 -Name: MERCHANT_TIP_PICKUP_EXCHANGE_ERROR +Name: MERCHANT_REWARD_PICKUP_EXCHANGE_ERROR Description: The exchange returned a failure code for the withdraw operation. HttpStatus: 502 Value: 2404 -Name: MERCHANT_TIP_PICKUP_SUMMATION_FAILED +Name: MERCHANT_REWARD_PICKUP_SUMMATION_FAILED Description: The merchant failed to add up the amounts to compute the pick up value. HttpStatus: 500 Value: 2405 -Name: MERCHANT_TIP_PICKUP_HAS_EXPIRED -Description: The tip expired. +Name: MERCHANT_REWARD_PICKUP_HAS_EXPIRED +Description: The reward expired. HttpStatus: 410 Value: 2406 -Name: MERCHANT_TIP_PICKUP_AMOUNT_EXCEEDS_TIP_REMAINING +Name: MERCHANT_REWARD_PICKUP_AMOUNT_EXCEEDS_REWARD_REMAINING Description: The requested withdraw amount exceeds the amount remaining to be picked up. HttpStatus: 400 Value: 2407 -Name: MERCHANT_TIP_PICKUP_DENOMINATION_UNKNOWN +Name: MERCHANT_REWARD_PICKUP_DENOMINATION_UNKNOWN Description: The merchant did not find the specified denomination key in the exchange's key set. HttpStatus: 409 @@ -1817,7 +1817,7 @@ HttpStatus: 409 Value: 2557 Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_SUBMISSION -Description: The backend was previously informed about a wire transfer with the same ID but a different amount. Multiple wire transfers with the same ID are not allowed. If the new amount is correct, the old transfer should first be deleted. +Description: The backend was previously informed about a wire transfer with the same ID but a different amount. Mulrewardle wire transfers with the same ID are not allowed. If the new amount is correct, the old transfer should first be deleted. HttpStatus: 409 Value: 2258 @@ -1943,8 +1943,8 @@ Description: The requested wire method is not supported by the exchange. HttpStatus: 409 Value: 2701 -Name: MERCHANT_PRIVATE_POST_RESERVES_TIPPING_NOT_ALLOWED -Description: The requested exchange does not allow tipping. +Name: MERCHANT_PRIVATE_POST_RESERVES_REWARDPING_NOT_ALLOWED +Description: The requested exchange does not allow rewardping. HttpStatus: 409 Value: 2710 @@ -1952,26 +1952,26 @@ Name: MERCHANT_PRIVATE_DELETE_RESERVES_NO_SUCH_RESERVE Description: The reserve could not be deleted because it is unknown. HttpStatus: 404 -# 2750-2799: tip authorization +# 2750-2799: reward authorization Value: 2750 -Name: MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_EXPIRED -Description: The reserve that was used to fund the tips has expired. +Name: MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_EXPIRED +Description: The reserve that was used to fund the rewards has expired. HttpStatus: 410 Value: 2751 -Name: MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_UNKNOWN -Description: The reserve that was used to fund the tips was not found in the DB. +Name: MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_UNKNOWN +Description: The reserve that was used to fund the rewards was not found in the DB. HttpStatus: 503 Value: 2752 -Name: MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_INSUFFICIENT_FUNDS -Description: The backend knows the instance that was supposed to support the tip, and it was configured for tipping. However, the funds remaining are insufficient to cover the tip, and the merchant should top up the reserve. +Name: MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_INSUFFICIENT_FUNDS +Description: The backend knows the instance that was supposed to support the reward, and it was configured for rewardping. However, the funds remaining are insufficient to cover the reward, and the merchant should top up the reserve. HttpStatus: 0 Value: 2753 -Name: MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_NOT_FOUND -Description: The backend failed to find a reserve needed to authorize the tip. +Name: MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_NOT_FOUND +Description: The backend failed to find a reserve needed to authorize the reward. HttpStatus: 503 Value: 2800 @@ -2300,8 +2300,8 @@ Description: A group of withdrawal operations (typically for the same reserve at HttpStatus: 0 Value: 7016 -Name: WALLET_TIPPING_COIN_SIGNATURE_INVALID -Description: The signature on a coin by the exchange's denomination key (obtained through the merchant via tipping) is invalid after unblinding it. +Name: WALLET_REWARDPING_COIN_SIGNATURE_INVALID +Description: The signature on a coin by the exchange's denomination key (obtained through the merchant via rewardping) is invalid after unblinding it. HttpStatus: 0 Value: 7017 -- cgit v1.2.3