commit b28148c533c5c0dd339203016dcda466e69a766b
parent 0b778cdac372d0b75f3b64501a15a21c9c57f36e
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
Date: Thu, 27 Aug 2020 01:32:41 -0400
ec for product not found
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -1432,6 +1432,11 @@ Name: ORDERS_ALREADY_CLAIMED
Description: We could not claim the order because someone else claimed it first.
HttpStatus: 409
+Value: 2549
+Name: GET_PRODUCTS_NOT_FOUND
+Description: The merchant backend couldn't find a product with the specified id.
+HttpStatus: 404
+
Value: 2550
Name: GET_PRODUCTS_DB_LOOKUP_ERROR
Description: The merchant backend failed to lookup the products.