diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-12-16 10:54:16 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-12-16 10:54:16 -0500 |
commit | 3e659ed54023230dd45dbec5664f176e1763d260 (patch) | |
tree | 6fd44bdf0e67608550bb75ba5a1d5b386ba14d8b | |
parent | da874c5c403e67f64bc93f7b1041530a1d273a8e (diff) |
update
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index da10ad5..554dcb7 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1778,15 +1778,6 @@ Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS Description: The template ID already exists. HttpStatus: 409 -Value: 2870 -Name: 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: 2871 -Name: 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 @@ -1797,6 +1788,19 @@ Description: The webhook ID elready exists. HttpStatus: 409 +# 2950-2999: Using template operations + + +Value: 2950 +Name: 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: 2951 +Name: 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 + # 3000 - 3999: Reserved for auditor |