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.rec10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b565d91..b714448 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1007,6 +1007,11 @@ 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: 2146
1011Name: PAID_DB_ERROR
1012Description: The merchant backend couldn't verify the order payment because of a database failure.
1013HttpStatus: 500
1014
1010Value: 2147 1015Value: 2147
1011Name: PAID_ORDER_UNKNOWN 1016Name: PAID_ORDER_UNKNOWN
1012Description: The order is not known. 1017Description: The order is not known.
@@ -1387,11 +1392,6 @@ Name: ORDERS_ALREADY_CLAIMED
1387Description: We could not claim the order because someone else claimed it first. 1392Description: We could not claim the order because someone else claimed it first.
1388HttpStatus: 409 1393HttpStatus: 409
1389 1394
1390Value: 2530
1391Name: ORDER_PAID_DB_ERROR
1392Description: The merchant backend couldn't verify the order payment because of a database failure.
1393HttpStatus: 500
1394
1395Value: 2550 1395Value: 2550
1396Name: GET_PRODUCTS_DB_LOOKUP_ERROR 1396Name: GET_PRODUCTS_DB_LOOKUP_ERROR
1397Description: The merchant backend failed to lookup the products. 1397Description: The merchant backend failed to lookup the products.