aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-19 15:17:22 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-19 15:17:22 +0100
commit8199583f19028f92d2a2c52b98c9f8902cb2d0b0 (patch)
tree187b082e3dcbef30b5752032256ecf22b7abf048 /gnu-taler-error-codes
parent97024d5261eec7f15940e88f7d5e88fe6a6d2cd0 (diff)
downloadgana-8199583f19028f92d2a2c52b98c9f8902cb2d0b0.tar.gz
gana-8199583f19028f92d2a2c52b98c9f8902cb2d0b0.zip
-regenerate
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/taler_error_codes.rst14
1 files 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
index 7109e91..fa5ced7 100644
--- a/gnu-taler-error-codes/taler_error_codes.rst
+++ b/gnu-taler-error-codes/taler_error_codes.rst
@@ -1174,11 +1174,11 @@ Entries
1174 - The deposit fees exceed the total value of the payment. 1174 - The deposit fees exceed the total value of the payment.
1175 * - MERCHANT_POST_ORDERS_ID_PAY_INSUFFICIENT_DUE_TO_FEES 1175 * - MERCHANT_POST_ORDERS_ID_PAY_INSUFFICIENT_DUE_TO_FEES
1176 - 2155 1176 - 2155
1177 - 406 (NOT_ACCEPTABLE) 1177 - 400 (BAD_REQUEST)
1178 - 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. 1178 - 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.
1179 * - MERCHANT_POST_ORDERS_ID_PAY_PAYMENT_INSUFFICIENT 1179 * - MERCHANT_POST_ORDERS_ID_PAY_PAYMENT_INSUFFICIENT
1180 - 2156 1180 - 2156
1181 - 406 (NOT_ACCEPTABLE) 1181 - 400 (BAD_REQUEST)
1182 - Even if we do not consider deposit and wire fees, the payment is insufficient to satisfy the required amount for the contract. 1182 - Even if we do not consider deposit and wire fees, the payment is insufficient to satisfy the required amount for the contract.
1183 * - MERCHANT_POST_ORDERS_ID_PAY_COIN_SIGNATURE_INVALID 1183 * - MERCHANT_POST_ORDERS_ID_PAY_COIN_SIGNATURE_INVALID
1184 - 2157 1184 - 2157
@@ -1260,6 +1260,14 @@ Entries
1260 - 2201 1260 - 2201
1261 - 403 (FORBIDDEN) 1261 - 403 (FORBIDDEN)
1262 - The signature of the merchant is not valid for the given contract hash. 1262 - The signature of the merchant is not valid for the given contract hash.
1263 * - MERCHANT_POST_TOKEN_FAMILY_CONFLICT
1264 - 2225
1265 - 409 (CONFLICT)
1266 - A token family with this ID but conflicting data exists.
1267 * - MERCHANT_PATCH_TOKEN_FAMILY_NOT_FOUND
1268 - 2226
1269 - 404 (NOT_FOUND)
1270 - The backend is unaware of a token family with the given ID.
1263 * - MERCHANT_POST_ORDERS_ID_ABORT_EXCHANGE_REFUND_FAILED 1271 * - MERCHANT_POST_ORDERS_ID_ABORT_EXCHANGE_REFUND_FAILED
1264 - 2251 1272 - 2251
1265 - 500 (INTERNAL_SERVER_ERROR) 1273 - 500 (INTERNAL_SERVER_ERROR)
@@ -2228,7 +2236,7 @@ Entries
2228 - 8607 2236 - 8607
2229 - 503 (SERVICE_UNAVAILABLE) 2237 - 503 (SERVICE_UNAVAILABLE)
2230 - 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. 2238 - 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.
2231 * - DONAU_GENERIC_KEYS_MISSING 2239 * - DONAU_CHARITY_SIGNATURE_INVALID
2232 - 8608 2240 - 8608
2233 - 403 (FORBIDDEN) 2241 - 403 (FORBIDDEN)
2234 - The signature of the charity key is not valid. 2242 - The signature of the charity key is not valid.