diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 15 |
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 | |||
1184 | Value: 1953 | 1184 | Value: 1953 |
1185 | Name: EXCHANGE_CONTRACTS_SIGNATURE_INVALID | 1185 | Name: EXCHANGE_CONTRACTS_SIGNATURE_INVALID |
1186 | Description: The signature on the encrypted contract did not validate. | 1186 | Description: The signature on the encrypted contract did not validate. |
1187 | HttpStatus: 0 | 1187 | zHttpStatus: 0 |
1188 | 1188 | ||
1189 | Value: 1954 | 1189 | Value: 1954 |
1190 | Name: EXCHANGE_CONTRACTS_DECODING_FAILED | 1190 | Name: EXCHANGE_CONTRACTS_DECODING_FAILED |
@@ -1292,6 +1292,11 @@ Name: MERCHANT_GENERIC_WEBHOOK_UNKNOWN | |||
1292 | Description: The backend could not find the webhook(id) because it is not exist. | 1292 | Description: The backend could not find the webhook(id) because it is not exist. |
1293 | HttpStatus: 404 | 1293 | HttpStatus: 404 |
1294 | 1294 | ||
1295 | Value: 2020 | ||
1296 | Name: MERCHANT_GENERIC_PENDING_UNKNOWN | ||
1297 | Description: The backend could not find the webhook(serial) because it is not exist. | ||
1298 | HttpStatus: 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 | ||
1776 | Value: 2850 | 1781 | Value: 2850 |
1777 | Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS | 1782 | Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATES_EXISTS |
1778 | Description: The template ID already exists. | 1783 | Description: The template ID already exists. |
1779 | HttpStatus: 409 | 1784 | HttpStatus: 409 |
1780 | 1785 | ||
@@ -1803,10 +1808,14 @@ HttpStatus: 409 | |||
1803 | # 2900-2949: webhook operations | 1808 | # 2900-2949: webhook operations |
1804 | 1809 | ||
1805 | Value: 2900 | 1810 | Value: 2900 |
1806 | Name: MERCHANT_PRIVATE_POST_WEBHOOKS_CONFLICT_WEBHOOK_EXISTS | 1811 | Name: MERCHANT_PRIVATE_POST_WEBHOOKS_CONFLICT_WEBHOOKS_EXISTS |
1807 | Description: The webhook ID elready exists. | 1812 | Description: The webhook ID elready exists. |
1808 | HttpStatus: 409 | 1813 | HttpStatus: 409 |
1809 | 1814 | ||
1815 | Value: 2910 | ||
1816 | Name: MERCHANT_PRIVATE_POST_PENDING_WEBHOOKS_CONFLICT_PENDING_WEBHOOKS_EXISTS | ||
1817 | Description: The webhook ID elready exists. | ||
1818 | HttpStatus: 409 | ||
1810 | 1819 | ||
1811 | 1820 | ||
1812 | 1821 | ||