commit 294f4a708f40259a0f7dac1ff32794ba1d15dcf9 parent 20f8eb7a72e2160409f0f78264ec5198e9caa193 Author: priscilla <priscilla.huang@efrei.net> Date: Fri, 16 Dec 2022 10:06:35 -0500 New error code 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 @@ -1773,6 +1773,16 @@ Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS Description: The template ID already exists. HttpStatus: 409 +Value: 2851 +Name: TALER_EC_MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT +Description: Amount given in the using template and in the template contract. There is a conflict. +HttpStatus: 409 + +Value: 2852 +Name: TALER_EC_MERCHANT_POST_USING_TEMPLATES_SUBJECT_CONFLICT_TEMPLATES_CONTRACT_SUBJECT +Description: Subject given in the using template and in the template contract. There is a conflict. +HttpStatus: 409 + # 2900-2949: webhook operations