aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-29 07:47:52 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-29 07:47:52 -0500
commit20f8eb7a72e2160409f0f78264ec5198e9caa193 (patch)
tree8b891c62be312c2deffd0d607111a5175a94854c /gnu-taler-error-codes
parentb971fd44ebf51a9c403dbbff144b43e73aa02c6c (diff)
downloadgana-20f8eb7a72e2160409f0f78264ec5198e9caa193.tar.gz
gana-20f8eb7a72e2160409f0f78264ec5198e9caa193.zip
update
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec17
1 files changed, 16 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b0ebb9f..a7ee5c8 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1282,6 +1282,11 @@ Name: MERCHANT_GENERIC_TEMPLATE_UNKNOWN
1282Description: The backend could not find the template(id) because it is not exist. 1282Description: The backend could not find the template(id) because it is not exist.
1283HttpStatus: 404 1283HttpStatus: 404
1284 1284
1285Value: 2019
1286Name: MERCHANT_GENERIC_WEBHOOK_UNKNOWN
1287Description: The backend could not find the webhook(id) because it is not exist.
1288HttpStatus: 404
1289
1285 1290
1286# 2100-2499: public API 1291# 2100-2499: public API
1287# 2100-2149: get orders endpoint 1292# 2100-2149: get orders endpoint
@@ -1765,10 +1770,20 @@ HttpStatus: 200
1765 1770
1766Value: 2850 1771Value: 2850
1767Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS 1772Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS
1768Description: The template ID exists. 1773Description: The template ID already exists.
1774HttpStatus: 409
1775
1776
1777# 2900-2949: webhook operations
1778
1779Value: 2900
1780Name: MERCHANT_PRIVATE_POST_WEBHOOKS_CONFLICT_WEBHOOK_EXISTS
1781Description: The webhook ID elready exists.
1769HttpStatus: 409 1782HttpStatus: 409
1770 1783
1771 1784
1785
1786
1772# 3000 - 3999: Reserved for auditor 1787# 3000 - 3999: Reserved for auditor
1773# 3000 - 3099: Reserved for AUDITOR_GENERIC 1788# 3000 - 3099: Reserved for AUDITOR_GENERIC
1774 1789