diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-12-16 10:06:35 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-12-16 10:06:35 -0500 |
commit | 294f4a708f40259a0f7dac1ff32794ba1d15dcf9 (patch) | |
tree | bdee610451951e1fed7ff3556d38f41e8d3cb4c5 | |
parent | 20f8eb7a72e2160409f0f78264ec5198e9caa193 (diff) | |
download | gana-294f4a708f40259a0f7dac1ff32794ba1d15dcf9.tar.gz gana-294f4a708f40259a0f7dac1ff32794ba1d15dcf9.zip |
New error code
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index a7ee5c8..fed9de5 100644 --- 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 | |||
1773 | Description: The template ID already exists. | 1773 | Description: The template ID already exists. |
1774 | HttpStatus: 409 | 1774 | HttpStatus: 409 |
1775 | 1775 | ||
1776 | Value: 2851 | ||
1777 | Name: TALER_EC_MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT | ||
1778 | Description: Amount given in the using template and in the template contract. There is a conflict. | ||
1779 | HttpStatus: 409 | ||
1780 | |||
1781 | Value: 2852 | ||
1782 | Name: TALER_EC_MERCHANT_POST_USING_TEMPLATES_SUBJECT_CONFLICT_TEMPLATES_CONTRACT_SUBJECT | ||
1783 | Description: Subject given in the using template and in the template contract. There is a conflict. | ||
1784 | HttpStatus: 409 | ||
1785 | |||
1776 | 1786 | ||
1777 | # 2900-2949: webhook operations | 1787 | # 2900-2949: webhook operations |
1778 | 1788 | ||