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.rec24
1 files changed, 13 insertions, 11 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 74ed5a1..9dce2b3 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -323,7 +323,7 @@ HttpStatus: 410
323 323
324Value: 1159 324Value: 1159
325Name: EXCHANGE_WITHDRAW_UNBLIND_FAILURE 325Name: EXCHANGE_WITHDRAW_UNBLIND_FAILURE
326Description: The client failed to unblind the blind signature. This error is not used in the protocol but created client-side. 326Description: The client failed to unblind the blind signature.
327HttpStatus: 0 327HttpStatus: 0
328 328
329Value: 1200 329Value: 1200
@@ -358,7 +358,7 @@ HttpStatus: 400
358 358
359Value: 1221 359Value: 1221
360Name: EXCHANGE_DEPOSIT_INVALID_SIGNATURE_BY_EXCHANGE 360Name: EXCHANGE_DEPOSIT_INVALID_SIGNATURE_BY_EXCHANGE
361Description: The signature provided by the exchange is not valid. Error created client-side. 361Description: The signature provided by the exchange is not valid.
362HttpStatus: 0 362HttpStatus: 0
363 363
364Value: 1250 364Value: 1250
@@ -398,7 +398,7 @@ HttpStatus: 400
398 398
399Value: 1306 399Value: 1306
400Name: EXCHANGE_MELT_INVALID_SIGNATURE_BY_EXCHANGE 400Name: EXCHANGE_MELT_INVALID_SIGNATURE_BY_EXCHANGE
401Description: The signature returned by the exchange in a melt request was malformed. Error created client-side. 401Description: The signature returned by the exchange in a melt request was malformed.
402HttpStatus: 0 402HttpStatus: 0
403 403
404 404
@@ -525,7 +525,7 @@ HttpStatus: 500
525 525
526Value: 1508 526Value: 1508
527Name: EXCHANGE_REFUND_INVALID_SIGNATURE_BY_EXCHANGE 527Name: EXCHANGE_REFUND_INVALID_SIGNATURE_BY_EXCHANGE
528Description: The signature returned by the exchange in a refund request was malformed. Error created client-side. 528Description: The signature returned by the exchange in a refund request was malformed.
529HttpStatus: 0 529HttpStatus: 0
530 530
531Value: 1509 531Value: 1509
@@ -569,6 +569,13 @@ Name: EXCHANGE_KEYS_TIMETRAVEL_FORBIDDEN
569Description: This exchange does not allow clients to request /keys for times other than the current (exchange) time. 569Description: This exchange does not allow clients to request /keys for times other than the current (exchange) time.
570HttpStatus: 403 570HttpStatus: 403
571 571
572Value: 1650
573Name: EXCHANGE_WIRE_SIGNATURE_INVALID
574Description: A signature in the server's response was malformed.
575HttpStatus: 0
576
577
578
572 579
573# 2000 - 2999: Reserved for merchant 580# 2000 - 2999: Reserved for merchant
574# 2000 - 2099: Reserved for MERCHANT_GENERIC 581# 2000 - 2099: Reserved for MERCHANT_GENERIC
@@ -580,7 +587,7 @@ HttpStatus: 404
580 587
581Value: 2001 588Value: 2001
582Name: MERCHANT_GENERIC_HOLE_IN_WIRE_FEE_STRUCTURE 589Name: MERCHANT_GENERIC_HOLE_IN_WIRE_FEE_STRUCTURE
583Description: The start and end-times in the wire fee structure leave a hole. This is not allowed. Generated as an error on the client-side. 590Description: The start and end-times in the wire fee structure leave a hole. This is not allowed.
584HttpStatus: 0 591HttpStatus: 0
585 592
586Value: 2002 593Value: 2002
@@ -827,7 +834,7 @@ HttpStatus: 409
827 834
828Value: 2302 835Value: 2302
829Name: MERCHANT_POST_ORDERS_ID_CLAIM_CLIENT_INTERNAL_FAILURE 836Name: MERCHANT_POST_ORDERS_ID_CLAIM_CLIENT_INTERNAL_FAILURE
830Description: The client-side experienced an internal failure. Generated as an error on the client side. 837Description: The client-side experienced an internal failure.
831HttpStatus: 0 838HttpStatus: 0
832 839
833# 2350-2399: post orders ID refund endpoint 840# 2350-2399: post orders ID refund endpoint
@@ -1058,11 +1065,6 @@ HttpStatus: 403
1058# 5000 - 5999: Reserved for bank 1065# 5000 - 5999: Reserved for bank
1059# 5000 - 5099: Reserved for BANK_GENERIC 1066# 5000 - 5099: Reserved for BANK_GENERIC
1060 1067
1061Value: 5100
1062Name: BANK_EXCHANGE_WIRE_SIGNATURE_INVALID
1063Description: A signature in the server's response was malformed. This response is provided with HTTP status code of 0.
1064HttpStatus: 0
1065
1066Value: 5101 1068Value: 5101
1067Name: BANK_SAME_ACCOUNT 1069Name: BANK_SAME_ACCOUNT
1068Description: Wire transfer attempted with credit and debit party being the same bank account. 1070Description: Wire transfer attempted with credit and debit party being the same bank account.