diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-12-21 05:50:37 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-12-21 05:50:37 -0500 |
commit | c01105a242b750ee85e55b9f331d7ffb728e7d21 (patch) | |
tree | a21f480bad63ea18c5ceff15cecac03157e18145 | |
parent | 3e659ed54023230dd45dbec5664f176e1763d260 (diff) |
new error code
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 554dcb7..9991b02 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1778,6 +1778,26 @@ Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS Description: The template ID already exists. HttpStatus: 409 +Value: 2860 +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: 2861 +Name: MERCHANT_POST_USING_TEMPLATES_SUMMARY_CONFLICT_TEMPLATES_CONTRACT_SUBJECT +Description: Subject given in the using template and in the template contract. There is a conflict. +HttpStatus: 409 + +Value: 2862 +Name: MERCHANT_POST_USING_TEMPLATES_NO_AMOUNT +Description: Amount not given in the using template and in the template contract. There is a conflict. +HttpStatus: 409 + +Value: 2863 +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 + # 2900-2949: webhook operations @@ -1788,18 +1808,7 @@ 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 |