aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2023-01-13 05:47:10 -0500
committerpriscilla <priscilla.huang@efrei.net>2023-01-13 05:47:10 -0500
commitaa275642c4a0a1aef65577eac78e1506eee32ac3 (patch)
tree14f3fc0f5d8035897e682fa8edff3fcda6117342 /gnu-taler-error-codes/registry.rec
parentc01105a242b750ee85e55b9f331d7ffb728e7d21 (diff)
downloadgana-aa275642c4a0a1aef65577eac78e1506eee32ac3.tar.gz
gana-aa275642c4a0a1aef65577eac78e1506eee32ac3.zip
error code
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 12 insertions, 3 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 9991b02..68edac2 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1184,7 +1184,7 @@ HttpStatus: 0
1184Value: 1953 1184Value: 1953
1185Name: EXCHANGE_CONTRACTS_SIGNATURE_INVALID 1185Name: EXCHANGE_CONTRACTS_SIGNATURE_INVALID
1186Description: The signature on the encrypted contract did not validate. 1186Description: The signature on the encrypted contract did not validate.
1187HttpStatus: 0 1187zHttpStatus: 0
1188 1188
1189Value: 1954 1189Value: 1954
1190Name: EXCHANGE_CONTRACTS_DECODING_FAILED 1190Name: EXCHANGE_CONTRACTS_DECODING_FAILED
@@ -1292,6 +1292,11 @@ Name: MERCHANT_GENERIC_WEBHOOK_UNKNOWN
1292Description: The backend could not find the webhook(id) because it is not exist. 1292Description: The backend could not find the webhook(id) because it is not exist.
1293HttpStatus: 404 1293HttpStatus: 404
1294 1294
1295Value: 2020
1296Name: MERCHANT_GENERIC_PENDING_UNKNOWN
1297Description: The backend could not find the webhook(serial) because it is not exist.
1298HttpStatus: 404
1299
1295 1300
1296# 2100-2499: public API 1301# 2100-2499: public API
1297# 2100-2149: get orders endpoint 1302# 2100-2149: get orders endpoint
@@ -1774,7 +1779,7 @@ HttpStatus: 200
1774# 2850-2899: template operations 1779# 2850-2899: template operations
1775 1780
1776Value: 2850 1781Value: 2850
1777Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS 1782Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATES_EXISTS
1778Description: The template ID already exists. 1783Description: The template ID already exists.
1779HttpStatus: 409 1784HttpStatus: 409
1780 1785
@@ -1803,10 +1808,14 @@ HttpStatus: 409
1803# 2900-2949: webhook operations 1808# 2900-2949: webhook operations
1804 1809
1805Value: 2900 1810Value: 2900
1806Name: MERCHANT_PRIVATE_POST_WEBHOOKS_CONFLICT_WEBHOOK_EXISTS 1811Name: MERCHANT_PRIVATE_POST_WEBHOOKS_CONFLICT_WEBHOOKS_EXISTS
1807Description: The webhook ID elready exists. 1812Description: The webhook ID elready exists.
1808HttpStatus: 409 1813HttpStatus: 409
1809 1814
1815Value: 2910
1816Name: MERCHANT_PRIVATE_POST_PENDING_WEBHOOKS_CONFLICT_PENDING_WEBHOOKS_EXISTS
1817Description: The webhook ID elready exists.
1818HttpStatus: 409
1810 1819
1811 1820
1812 1821