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) | |
download | gana-3e659ed54023230dd45dbec5664f176e1763d260.tar.gz gana-3e659ed54023230dd45dbec5664f176e1763d260.zip |
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 | |||
1778 | Description: The template ID already exists. | 1778 | Description: The template ID already exists. |
1779 | HttpStatus: 409 | 1779 | HttpStatus: 409 |
1780 | 1780 | ||
1781 | Value: 2870 | ||
1782 | Name: MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT | ||
1783 | Description: Amount given in the using template and in the template contract. There is a conflict. | ||
1784 | HttpStatus: 409 | ||
1785 | |||
1786 | Value: 2871 | ||
1787 | Name: MERCHANT_POST_USING_TEMPLATES_SUBJECT_CONFLICT_TEMPLATES_CONTRACT_SUBJECT | ||
1788 | Description: Subject given in the using template and in the template contract. There is a conflict. | ||
1789 | HttpStatus: 409 | ||
1790 | 1781 | ||
1791 | 1782 | ||
1792 | # 2900-2949: webhook operations | 1783 | # 2900-2949: webhook operations |
@@ -1797,6 +1788,19 @@ Description: The webhook ID elready exists. | |||
1797 | HttpStatus: 409 | 1788 | HttpStatus: 409 |
1798 | 1789 | ||
1799 | 1790 | ||
1791 | # 2950-2999: Using template operations | ||
1792 | |||
1793 | |||
1794 | Value: 2950 | ||
1795 | Name: MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT | ||
1796 | Description: Amount given in the using template and in the template contract. There is a conflict. | ||
1797 | HttpStatus: 409 | ||
1798 | |||
1799 | Value: 2951 | ||
1800 | Name: MERCHANT_POST_USING_TEMPLATES_SUBJECT_CONFLICT_TEMPLATES_CONTRACT_SUBJECT | ||
1801 | Description: Subject given in the using template and in the template contract. There is a conflict. | ||
1802 | HttpStatus: 409 | ||
1803 | |||
1800 | 1804 | ||
1801 | 1805 | ||
1802 | # 3000 - 3999: Reserved for auditor | 1806 | # 3000 - 3999: Reserved for auditor |