aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec16
1 files changed, 11 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index fd0fb7f..c4b0c52 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -645,6 +645,16 @@ Name: MERCHANT_GENERIC_EXCHANGE_CONNECT_FAILURE
645Description: The merchant failed to talk to the exchange. 645Description: The merchant failed to talk to the exchange.
646HttpStatus: 500 646HttpStatus: 500
647 647
648Value: 2013
649Name: MERCHANT_GENERIC_EXCHANGE_REPLY_MALFORMED
650Description: The exchange returned a maformed response.
651HttpStatus: 502
652
653Value: 2014
654Name: MERCHANT_GENERIC_EXCHANGE_UNEXPECTED_STATUS
655Description: The exchange returned an unexpected response status.
656HttpStatus: 502
657
648 658
649 659
650# 2100-2499: public API 660# 2100-2499: public API
@@ -852,6 +862,7 @@ Name: MERCHANT_TIP_PICKUP_EXCHANGE_ERROR
852Description: The exchange returned a failure code for the withdraw operation. 862Description: The exchange returned a failure code for the withdraw operation.
853HttpStatus: 502 863HttpStatus: 502
854 864
865
855Value: 2404 866Value: 2404
856Name: MERCHANT_TIP_PICKUP_SUMMATION_FAILED 867Name: MERCHANT_TIP_PICKUP_SUMMATION_FAILED
857Description: The merchant failed to add up the amounts to compute the pick up value. 868Description: The merchant failed to add up the amounts to compute the pick up value.
@@ -937,11 +948,6 @@ Name: MERCHANT_PRIVATE_POST_TRANSFERS_REQUEST_ERROR
937Description: We internally failed to execute the /track/transfer request. 948Description: We internally failed to execute the /track/transfer request.
938HttpStatus: 500 949HttpStatus: 500
939 950
940Value: 2552
941Name: MERCHANT_PRIVATE_POST_TRANSFERS_EXCHANGE_ERROR
942Description: The exchange returned an error from /track/transfer.
943HttpStatus: 502
944
945Value: 2553 951Value: 2553
946Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_REPORTS 952Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_REPORTS
947Description: The exchange gave conflicting information about a coin which has been wire transferred. 953Description: The exchange gave conflicting information about a coin which has been wire transferred.