aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 53eb06d..8c118b3 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1007,6 +1007,21 @@ Name: PAY_EXCHANGE_FAILED
1007Description: The payment failed at the exchange. 1007Description: The payment failed at the exchange.
1008HttpStatus: 424 1008HttpStatus: 424
1009 1009
1010Value: 2147
1011Name: PAID_ORDER_UNKNOWN
1012Description: The order is not known.
1013HttpStatus: 404
1014
1015Value: 2148
1016Name: PAID_CONTRACT_HASH_MISMATCH
1017Description: The contract hash does not match the given order ID.
1018HttpStatus: 409
1019
1020Value: 2149
1021Name: PAID_COIN_SIGNATURE_INVALID
1022Description: The signature of the merchant is not valid for the given contract hash.
1023HttpStatus: 403
1024
1010Value: 2150 1025Value: 2150
1011Name: ABORT_EXCHANGE_KEYS_FAILURE 1026Name: ABORT_EXCHANGE_KEYS_FAILURE
1012Description: The merchant failed to contact the exchange. 1027Description: The merchant failed to contact the exchange.