aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-25 10:40:47 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-25 10:40:47 +0200
commitc0fedb8d45c41fb283fec714b48278e6661d51be (patch)
tree6a35f4b5dca27d6f77e18d7e2f0de6e93f459ea6
parentc30ed45ad3473a0fc690f6906f35019e38da15c1 (diff)
downloadgana-c0fedb8d45c41fb283fec714b48278e6661d51be.tar.gz
gana-c0fedb8d45c41fb283fec714b48278e6661d51be.zip
add missing EC code
-rw-r--r--gnu-taler-error-codes/registry.rec9
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 30f6670..4e65815 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1435,7 +1435,7 @@ HttpStatus: 0
1435Value: 2601 1435Value: 2601
1436Name: REFUND_ORDER_ID_UNKNOWN 1436Name: REFUND_ORDER_ID_UNKNOWN
1437Description: The frontend gave an unknown order id to issue the refund to. 1437Description: The frontend gave an unknown order id to issue the refund to.
1438HttpStatus: 0 1438HttpStatus: 404
1439 1439
1440Value: 2602 1440Value: 2602
1441Name: REFUND_INCONSISTENT_AMOUNT 1441Name: REFUND_INCONSISTENT_AMOUNT
@@ -1450,7 +1450,7 @@ HttpStatus: 0
1450Value: 2604 1450Value: 2604
1451Name: REFUND_MERCHANT_DB_COMMIT_ERROR 1451Name: REFUND_MERCHANT_DB_COMMIT_ERROR
1452Description: The backend encountered an error while trying to retrieve the payment data from database. Likely to be an internal error. 1452Description: The backend encountered an error while trying to retrieve the payment data from database. Likely to be an internal error.
1453HttpStatus: 0 1453HttpStatus: 500
1454 1454
1455Value: 2605 1455Value: 2605
1456Name: PAY_DB_STORE_PAYMENTS_ERROR 1456Name: PAY_DB_STORE_PAYMENTS_ERROR
@@ -1467,6 +1467,11 @@ Name: REFUND_LOOKUP_NO_REFUND
1467Description: The merchant backend is not available of any applicable refund(s) for this order. 1467Description: The merchant backend is not available of any applicable refund(s) for this order.
1468HttpStatus: 404 1468HttpStatus: 404
1469 1469
1470Value: 2608
1471Name: REFUND_ORDER_ID_UNPAID
1472Description: The frontend gave an unpaid order id to issue the refund to.
1473HttpStatus: 409
1474
1470Value: 2650 1475Value: 2650
1471Name: RESERVES_POST_UNSUPPORTED_WIRE_METHOD 1476Name: RESERVES_POST_UNSUPPORTED_WIRE_METHOD
1472Description: The requested wire method is not supported by the exchange. 1477Description: The requested wire method is not supported by the exchange.