diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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 | |||
1778 | Description: The template ID already exists. | 1778 | Description: The template ID already exists. |
1779 | HttpStatus: 409 | 1779 | HttpStatus: 409 |
1780 | 1780 | ||
1781 | Value: 2860 | ||
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: 2861 | ||
1787 | Name: MERCHANT_POST_USING_TEMPLATES_SUMMARY_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 | |||
1791 | Value: 2862 | ||
1792 | Name: MERCHANT_POST_USING_TEMPLATES_NO_AMOUNT | ||
1793 | Description: Amount not given in the using template and in the template contract. There is a conflict. | ||
1794 | HttpStatus: 409 | ||
1795 | |||
1796 | Value: 2863 | ||
1797 | Name: MERCHANT_POST_USING_TEMPLATES_NO_SUMMARY | ||
1798 | Description: Subject not given in the using template and in the template contract. There is a conflict. | ||
1799 | HttpStatus: 409 | ||
1800 | |||
1781 | 1801 | ||
1782 | 1802 | ||
1783 | # 2900-2949: webhook operations | 1803 | # 2900-2949: webhook operations |
@@ -1788,18 +1808,7 @@ Description: The webhook ID elready exists. | |||
1788 | HttpStatus: 409 | 1808 | HttpStatus: 409 |
1789 | 1809 | ||
1790 | 1810 | ||
1791 | # 2950-2999: Using template operations | ||
1792 | |||
1793 | 1811 | ||
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 | 1812 | ||
1804 | 1813 | ||
1805 | 1814 | ||