aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-12-21 05:50:37 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-12-21 05:50:37 -0500
commitc01105a242b750ee85e55b9f331d7ffb728e7d21 (patch)
treea21f480bad63ea18c5ceff15cecac03157e18145
parent3e659ed54023230dd45dbec5664f176e1763d260 (diff)
downloadgana-c01105a242b750ee85e55b9f331d7ffb728e7d21.tar.gz
gana-c01105a242b750ee85e55b9f331d7ffb728e7d21.zip
new error code
-rw-r--r--gnu-taler-error-codes/registry.rec31
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
1778Description: The template ID already exists. 1778Description: The template ID already exists.
1779HttpStatus: 409 1779HttpStatus: 409
1780 1780
1781Value: 2860
1782Name: MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT
1783Description: Amount given in the using template and in the template contract. There is a conflict.
1784HttpStatus: 409
1785
1786Value: 2861
1787Name: MERCHANT_POST_USING_TEMPLATES_SUMMARY_CONFLICT_TEMPLATES_CONTRACT_SUBJECT
1788Description: Subject given in the using template and in the template contract. There is a conflict.
1789HttpStatus: 409
1790
1791Value: 2862
1792Name: MERCHANT_POST_USING_TEMPLATES_NO_AMOUNT
1793Description: Amount not given in the using template and in the template contract. There is a conflict.
1794HttpStatus: 409
1795
1796Value: 2863
1797Name: MERCHANT_POST_USING_TEMPLATES_NO_SUMMARY
1798Description: Subject not given in the using template and in the template contract. There is a conflict.
1799HttpStatus: 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.
1788HttpStatus: 409 1808HttpStatus: 409
1789 1809
1790 1810
1791# 2950-2999: Using template operations
1792
1793 1811
1794Value: 2950
1795Name: MERCHANT_POST_USING_TEMPLATES_AMOUNT_CONFLICT_TEMPLATES_CONTRACT_AMOUNT
1796Description: Amount given in the using template and in the template contract. There is a conflict.
1797HttpStatus: 409
1798
1799Value: 2951
1800Name: MERCHANT_POST_USING_TEMPLATES_SUBJECT_CONFLICT_TEMPLATES_CONTRACT_SUBJECT
1801Description: Subject given in the using template and in the template contract. There is a conflict.
1802HttpStatus: 409
1803 1812
1804 1813
1805 1814