commit ed6278610a9a96b250215c34506712e4a4c183e4 parent bfe37d4721bd2edacc1acc7ca3ec6cf700d0e85e Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 27 Dec 2025 14:02:47 +0100 more ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1739,6 +1739,11 @@ Name: MERCHANT_GENERIC_PRODUCT_GROUP_UNKNOWN Description: The product group ID provided to the backend is not known to the backend. HttpStatus: 404 +Value: 2037 +Name: MERCHANT_GENERIC_MONEY_POT_UNKNOWN +Description: The money pod ID provided to the backend is not known to the backend. +HttpStatus: 404 + @@ -2422,6 +2427,11 @@ Name: MERCHANT_PRIVATE_PRODUCT_GROUP_CONFLICTING_NAME Description: The proposed name for the product group is already in use. You should select a different name. HttpStatus: 409 +Value: 2691 +Name: MERCHANT_PRIVATE_MONEY_POT_CONFLICTING_NAME +Description: The proposed name for the money pot is already in use. You should select a different name. +HttpStatus: 409 + # 2700-2749: reserve operations Value: 2700