aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-19 15:16:03 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-19 15:16:08 +0100
commit97024d5261eec7f15940e88f7d5e88fe6a6d2cd0 (patch)
treeeba428f7fa842cab7dd7b3423349f8fac05594e0 /gnu-taler-error-codes
parent25c66ae8955ffe8f6aea2314914176a9313e3cbf (diff)
downloadgana-97024d5261eec7f15940e88f7d5e88fe6a6d2cd0.tar.gz
gana-97024d5261eec7f15940e88f7d5e88fe6a6d2cd0.zip
add new ECs
Diffstat (limited to 'gnu-taler-error-codes')
-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