aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 14 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 88f718e..0de4c76 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1639,7 +1639,7 @@ Description: The exchange does not support the selected bank account of the merc
1639HttpStatus: 409 1639HttpStatus: 409
1640 1640
1641 1641
1642# 2200-2249: post orders ID paid endpoint 1642# 2200-2224: post orders ID paid endpoint
1643 1643
1644Value: 2200 1644Value: 2200
1645Name: MERCHANT_POST_ORDERS_ID_PAID_CONTRACT_HASH_MISMATCH 1645Name: MERCHANT_POST_ORDERS_ID_PAID_CONTRACT_HASH_MISMATCH
@@ -1651,6 +1651,19 @@ Name: MERCHANT_POST_ORDERS_ID_PAID_COIN_SIGNATURE_INVALID
1651Description: The signature of the merchant is not valid for the given contract hash. 1651Description: The signature of the merchant is not valid for the given contract hash.
1652HttpStatus: 403 1652HttpStatus: 403
1653 1653
1654# 2225-2249: token families endpoints
1655
1656Value: 2225
1657Name: MERCHANT_POST_TOKEN_FAMILY_CONFLICT
1658Description: A token family with this ID but conflicting data exists.
1659HttpStatus: 409
1660
1661Value: 2226
1662Name: MERCHANT_PATCH_TOKEN_FAMILY_NOT_FOUND
1663Description: The backend is unaware of a token family with the given ID.
1664HttpStatus: 404
1665
1666
1654# 2250-2256: post orders ID abort endpoint 1667# 2250-2256: post orders ID abort endpoint
1655 1668
1656Value: 2251 1669Value: 2251