aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-24 23:29:47 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-24 23:29:47 +0200
commite85f29911cacb7693891ebc7b2d5600bc505f2cd (patch)
tree78b368977e5183c89faef275e606b2e851a22293
parentbd4e73b2ed06269fdee42eaad21acb5be8be9302 (diff)
downloadgana-e85f29911cacb7693891ebc7b2d5600bc505f2cd.tar.gz
gana-e85f29911cacb7693891ebc7b2d5600bc505f2cd.zip
new error types for taler-merchant-exchange
-rw-r--r--gnu-taler-error-codes/registry.rec36
1 files changed, 36 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 7f8a959..98c16fd 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1800,6 +1800,42 @@ Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_SUBMISSION
1800Description: The backend was previously informed about a wire transfer with the same ID but a different amount. Multiple wire transfers with the same ID are not allowed. If the new amount is correct, the old transfer should first be deleted. 1800Description: The backend was previously informed about a wire transfer with the same ID but a different amount. Multiple wire transfers with the same ID are not allowed. If the new amount is correct, the old transfer should first be deleted.
1801HttpStatus: 409 1801HttpStatus: 409
1802 1802
1803Value: 2258
1804Name: MERCHANT_EXCHANGE_TRANSFERS_AWAITING_KEYS
1805Description: We are waiting for the exchange to provide us with key material before checking the wire transfer.
1806HttpStatus: 202
1807
1808Value: 2259
1809Name: MERCHANT_EXCHANGE_TRANSFERS_AWAITING_LIST
1810Description: We are waiting for the exchange to provide us with the list of aggregated transactions.
1811HttpStatus: 202
1812
1813Value: 2260
1814Name: MERCHANT_EXCHANGE_TRANSFERS_FATAL_NO_EXCHANGE
1815Description: The endpoint indicated in the wire transfer does not belong to a GNU Taler exchange.
1816HttpStatus: 200
1817
1818Value: 2261
1819Name: MERCHANT_EXCHANGE_TRANSFERS_FATAL_NOT_FOUND
1820Description: The exchange indicated in the wire transfer claims to know nothing about the wire transfer.
1821HttpStatus: 200
1822
1823Value: 2262
1824Name: MERCHANT_EXCHANGE_TRANSFERS_RATE_LIMITED
1825Description: The interaction with the exchange is delayed due to rate limiting.
1826HttpStatus: 202
1827
1828Value: 2263
1829Name: MERCHANT_EXCHANGE_TRANSFERS_TRANSIENT_FAILURE
1830Description: We experienced a transient failure in our interaction with the exchange.
1831HttpStatus: 202
1832
1833Value: 2264
1834Name: MERCHANT_EXCHANGE_TRANSFERS_HARD_FAILURE
1835Description: The response from the exchange was unacceptable and should be reviewed with an auditor.
1836HttpStatus: 200
1837
1838
1803 1839
1804# 2600-2649: instance operations 1840# 2600-2649: instance operations
1805 1841