aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-06 12:47:04 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-06 12:47:04 +0200
commit3e67b3cfcf46bf49ebd01e846fd3e650c6fa4d26 (patch)
treeda1178378418806f1476e393770fdb786f135122 /gnu-taler-error-codes
parent6552fda6274a4693879918dafecd9540fced3406 (diff)
downloadgana-3e67b3cfcf46bf49ebd01e846fd3e650c6fa4d26.tar.gz
gana-3e67b3cfcf46bf49ebd01e846fd3e650c6fa4d26.zip
tip -> reward
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec48
1 files changed, 24 insertions, 24 deletions
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
1356HttpStatus: 404 1356HttpStatus: 404
1357 1357
1358Value: 2007 1358Value: 2007
1359Name: MERCHANT_GENERIC_TIP_ID_UNKNOWN 1359Name: MERCHANT_GENERIC_REWARD_ID_UNKNOWN
1360Description: The tip ID is unknown. This could happen if the tip has expired. 1360Description: The reward ID is unknown. This could happen if the reward has expired.
1361HttpStatus: 404 1361HttpStatus: 404
1362 1362
1363Value: 2008 1363Value: 2008
@@ -1651,38 +1651,38 @@ Name: MERCHANT_POST_ORDERS_ID_REFUND_SIGNATURE_FAILED
1651Description: The backend failed to sign the refund request. 1651Description: The backend failed to sign the refund request.
1652HttpStatus: 0 1652HttpStatus: 0
1653 1653
1654# 2400-2449: tip pickup endpoint 1654# 2400-2449: reward pickup endpoint
1655 1655
1656Value: 2400 1656Value: 2400
1657Name: MERCHANT_TIP_PICKUP_UNBLIND_FAILURE 1657Name: MERCHANT_REWARD_PICKUP_UNBLIND_FAILURE
1658Description: The client failed to unblind the signature returned by the merchant. 1658Description: The client failed to unblind the signature returned by the merchant.
1659HttpStatus: 0 1659HttpStatus: 0
1660 1660
1661 1661
1662 1662
1663Value: 2403 1663Value: 2403
1664Name: MERCHANT_TIP_PICKUP_EXCHANGE_ERROR 1664Name: MERCHANT_REWARD_PICKUP_EXCHANGE_ERROR
1665Description: The exchange returned a failure code for the withdraw operation. 1665Description: The exchange returned a failure code for the withdraw operation.
1666HttpStatus: 502 1666HttpStatus: 502
1667 1667
1668 1668
1669Value: 2404 1669Value: 2404
1670Name: MERCHANT_TIP_PICKUP_SUMMATION_FAILED 1670Name: MERCHANT_REWARD_PICKUP_SUMMATION_FAILED
1671Description: The merchant failed to add up the amounts to compute the pick up value. 1671Description: The merchant failed to add up the amounts to compute the pick up value.
1672HttpStatus: 500 1672HttpStatus: 500
1673 1673
1674Value: 2405 1674Value: 2405
1675Name: MERCHANT_TIP_PICKUP_HAS_EXPIRED 1675Name: MERCHANT_REWARD_PICKUP_HAS_EXPIRED
1676Description: The tip expired. 1676Description: The reward expired.
1677HttpStatus: 410 1677HttpStatus: 410
1678 1678
1679Value: 2406 1679Value: 2406
1680Name: MERCHANT_TIP_PICKUP_AMOUNT_EXCEEDS_TIP_REMAINING 1680Name: MERCHANT_REWARD_PICKUP_AMOUNT_EXCEEDS_REWARD_REMAINING
1681Description: The requested withdraw amount exceeds the amount remaining to be picked up. 1681Description: The requested withdraw amount exceeds the amount remaining to be picked up.
1682HttpStatus: 400 1682HttpStatus: 400
1683 1683
1684Value: 2407 1684Value: 2407
1685Name: MERCHANT_TIP_PICKUP_DENOMINATION_UNKNOWN 1685Name: MERCHANT_REWARD_PICKUP_DENOMINATION_UNKNOWN
1686Description: The merchant did not find the specified denomination key in the exchange's key set. 1686Description: The merchant did not find the specified denomination key in the exchange's key set.
1687HttpStatus: 409 1687HttpStatus: 409
1688 1688
@@ -1817,7 +1817,7 @@ HttpStatus: 409
1817 1817
1818Value: 2557 1818Value: 2557
1819Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_SUBMISSION 1819Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_SUBMISSION
1820Description: 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. 1820Description: 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.
1821HttpStatus: 409 1821HttpStatus: 409
1822 1822
1823Value: 2258 1823Value: 2258
@@ -1943,8 +1943,8 @@ Description: The requested wire method is not supported by the exchange.
1943HttpStatus: 409 1943HttpStatus: 409
1944 1944
1945Value: 2701 1945Value: 2701
1946Name: MERCHANT_PRIVATE_POST_RESERVES_TIPPING_NOT_ALLOWED 1946Name: MERCHANT_PRIVATE_POST_RESERVES_REWARDPING_NOT_ALLOWED
1947Description: The requested exchange does not allow tipping. 1947Description: The requested exchange does not allow rewardping.
1948HttpStatus: 409 1948HttpStatus: 409
1949 1949
1950Value: 2710 1950Value: 2710
@@ -1952,26 +1952,26 @@ Name: MERCHANT_PRIVATE_DELETE_RESERVES_NO_SUCH_RESERVE
1952Description: The reserve could not be deleted because it is unknown. 1952Description: The reserve could not be deleted because it is unknown.
1953HttpStatus: 404 1953HttpStatus: 404
1954 1954
1955# 2750-2799: tip authorization 1955# 2750-2799: reward authorization
1956 1956
1957Value: 2750 1957Value: 2750
1958Name: MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_EXPIRED 1958Name: MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_EXPIRED
1959Description: The reserve that was used to fund the tips has expired. 1959Description: The reserve that was used to fund the rewards has expired.
1960HttpStatus: 410 1960HttpStatus: 410
1961 1961
1962Value: 2751 1962Value: 2751
1963Name: MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_UNKNOWN 1963Name: MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_UNKNOWN
1964Description: The reserve that was used to fund the tips was not found in the DB. 1964Description: The reserve that was used to fund the rewards was not found in the DB.
1965HttpStatus: 503 1965HttpStatus: 503
1966 1966
1967Value: 2752 1967Value: 2752
1968Name: MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_INSUFFICIENT_FUNDS 1968Name: MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_INSUFFICIENT_FUNDS
1969Description: 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. 1969Description: 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.
1970HttpStatus: 0 1970HttpStatus: 0
1971 1971
1972Value: 2753 1972Value: 2753
1973Name: MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_NOT_FOUND 1973Name: MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_NOT_FOUND
1974Description: The backend failed to find a reserve needed to authorize the tip. 1974Description: The backend failed to find a reserve needed to authorize the reward.
1975HttpStatus: 503 1975HttpStatus: 503
1976 1976
1977Value: 2800 1977Value: 2800
@@ -2300,8 +2300,8 @@ Description: A group of withdrawal operations (typically for the same reserve at
2300HttpStatus: 0 2300HttpStatus: 0
2301 2301
2302Value: 7016 2302Value: 7016
2303Name: WALLET_TIPPING_COIN_SIGNATURE_INVALID 2303Name: WALLET_REWARDPING_COIN_SIGNATURE_INVALID
2304Description: The signature on a coin by the exchange's denomination key (obtained through the merchant via tipping) is invalid after unblinding it. 2304Description: The signature on a coin by the exchange's denomination key (obtained through the merchant via rewardping) is invalid after unblinding it.
2305HttpStatus: 0 2305HttpStatus: 0
2306 2306
2307Value: 7017 2307Value: 7017