commit 8199583f19028f92d2a2c52b98c9f8902cb2d0b0
parent 97024d5261eec7f15940e88f7d5e88fe6a6d2cd0
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 19 Mar 2024 15:17:22 +0100
-regenerate
Diffstat:
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu-taler-error-codes/taler_error_codes.rst b/gnu-taler-error-codes/taler_error_codes.rst
@@ -1174,11 +1174,11 @@ Entries
- The deposit fees exceed the total value of the payment.
* - MERCHANT_POST_ORDERS_ID_PAY_INSUFFICIENT_DUE_TO_FEES
- 2155
- - 406 (NOT_ACCEPTABLE)
+ - 400 (BAD_REQUEST)
- After considering deposit and wire fees, the payment is insufficient to satisfy the required amount for the contract. The client should revisit the logic used to calculate fees it must cover.
* - MERCHANT_POST_ORDERS_ID_PAY_PAYMENT_INSUFFICIENT
- 2156
- - 406 (NOT_ACCEPTABLE)
+ - 400 (BAD_REQUEST)
- Even if we do not consider deposit and wire fees, the payment is insufficient to satisfy the required amount for the contract.
* - MERCHANT_POST_ORDERS_ID_PAY_COIN_SIGNATURE_INVALID
- 2157
@@ -1260,6 +1260,14 @@ Entries
- 2201
- 403 (FORBIDDEN)
- The signature of the merchant is not valid for the given contract hash.
+ * - MERCHANT_POST_TOKEN_FAMILY_CONFLICT
+ - 2225
+ - 409 (CONFLICT)
+ - A token family with this ID but conflicting data exists.
+ * - MERCHANT_PATCH_TOKEN_FAMILY_NOT_FOUND
+ - 2226
+ - 404 (NOT_FOUND)
+ - The backend is unaware of a token family with the given ID.
* - MERCHANT_POST_ORDERS_ID_ABORT_EXCHANGE_REFUND_FAILED
- 2251
- 500 (INTERNAL_SERVER_ERROR)
@@ -2228,7 +2236,7 @@ Entries
- 8607
- 503 (SERVICE_UNAVAILABLE)
- The Donau failed to perform the operation as it could not find the private keys. This is a problem with the Donau setup, not with the client's request.
- * - DONAU_GENERIC_KEYS_MISSING
+ * - DONAU_CHARITY_SIGNATURE_INVALID
- 8608
- 403 (FORBIDDEN)
- The signature of the charity key is not valid.