summaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-24 03:00:14 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-24 03:00:14 -0400
commitb740d0021e0ed6c0a7db00eac0e39d33cb263e5d (patch)
treecca11467dfd1800b13eeb72cc88d37381e9f26f7 /gnu-taler-error-codes
parentca66909e73a53fa7a22befbc18867b763534b2bc (diff)
match paid db ec with other paid ecs
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
Description: The payment failed at the exchange.
HttpStatus: 424
+Value: 2146
+Name: PAID_DB_ERROR
+Description: The merchant backend couldn't verify the order payment because of a database failure.
+HttpStatus: 500
+
Value: 2147
Name: PAID_ORDER_UNKNOWN
Description: The order is not known.
@@ -1387,11 +1392,6 @@ Name: ORDERS_ALREADY_CLAIMED
Description: We could not claim the order because someone else claimed it first.
HttpStatus: 409
-Value: 2530
-Name: ORDER_PAID_DB_ERROR
-Description: The merchant backend couldn't verify the order payment because of a database failure.
-HttpStatus: 500
-
Value: 2550
Name: GET_PRODUCTS_DB_LOOKUP_ERROR
Description: The merchant backend failed to lookup the products.