commit 538e34a07c2a5000bb8f23e334b3c06175eccc45 parent 1e86ccc8921bb2720f9cd36fe03d115e86f98c41 Author: Christian Grothoff <grothoff@gnunet.org> Date: Sat, 17 Jan 2026 12:07:07 +0100 new ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2518,6 +2518,20 @@ Name: MERCHANT_POST_USING_TEMPLATES_NO_SUMMARY Description: Subject not given in the using template and in the template contract. There is a conflict. HttpStatus: 409 +Value: 2864 +Name: MERCHANT_POST_USING_TEMPLATES_WRONG_TYPE +Description: The selected template has a different type than the one specified in the request of the client. This may happen if the template was updated since the last time the client fetched it. The client should re-fetch the current template and send a request of the correct type. +HttpStatus: 409 + +Value: 2865 +Name: MERCHANT_POST_USING_TEMPLATES_WRONG_PRODUCT +Description: The selected template does not allow one of the specified products to be included in the order. This may happen if the template was updated since the last time the client fetched it. The client should re-fetch the current template and send a request of the correct type. +HttpStatus: 409 + +Value: 2866 +Name: MERCHANT_POST_USING_TEMPLATES_NO_CURRENCY +Description: The selected combination of products does not allow the backend to compute a price for the order in any of the supported currencies. This may happen if the template was updated since the last time the client fetched it or if the wallet assembled an unsupported combination of products. The site administrator might want to specify additional prices for products, while the client should re-fetch the current template and send a request with a combination of products for which prices exist in the same currency. +HttpStatus: 409 # 2900-2949: webhook operations