diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-12-16 10:34:25 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-12-16 10:34:25 -0500 |
commit | da874c5c403e67f64bc93f7b1041530a1d273a8e (patch) | |
tree | 5a68baa6e371c0bfd69e3f877c417577b6a2bf2d | |
parent | 3f11571be81aa890f2aed9927a2c2702752c4ef6 (diff) | |
download | gana-da874c5c403e67f64bc93f7b1041530a1d273a8e.tar.gz gana-da874c5c403e67f64bc93f7b1041530a1d273a8e.zip |
update
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 30c1cab..da10ad5 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec | |||
@@ -1778,12 +1778,12 @@ 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: 2851 | 1781 | Value: 2870 |
1782 | Name: MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT | 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. | 1783 | Description: Amount given in the using template and in the template contract. There is a conflict. |
1784 | HttpStatus: 409 | 1784 | HttpStatus: 409 |
1785 | 1785 | ||
1786 | Value: 2852 | 1786 | Value: 2871 |
1787 | Name: MERCHANT_POST_USING_TEMPLATES_SUBJECT_CONFLICT_TEMPLATES_CONTRACT_SUBJECT | 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. | 1788 | Description: Subject given in the using template and in the template contract. There is a conflict. |
1789 | HttpStatus: 409 | 1789 | HttpStatus: 409 |