aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 86e30fe..b565d91 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1387,6 +1387,11 @@ Name: ORDERS_ALREADY_CLAIMED
1387Description: We could not claim the order because someone else claimed it first. 1387Description: We could not claim the order because someone else claimed it first.
1388HttpStatus: 409 1388HttpStatus: 409
1389 1389
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
1390Value: 2550 1395Value: 2550
1391Name: GET_PRODUCTS_DB_LOOKUP_ERROR 1396Name: GET_PRODUCTS_DB_LOOKUP_ERROR
1392Description: The merchant backend failed to lookup the products. 1397Description: The merchant backend failed to lookup the products.