From 18a39c29726860af58800a28454446154b89832b Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Thu, 27 Aug 2020 01:59:09 -0400 Subject: db transaction errors for forget order --- gnu-taler-error-codes/registry.rec | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gnu-taler-error-codes/registry.rec') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 11d39ba..5ea954c 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1132,6 +1132,16 @@ Name: FORGET_PATH_NOT_FORGETTABLE Description: One of the paths to forget was not marked as forgettable. HttpStatus: 409 +Value: 2183 +Name: FORGET_ORDER_DB_START_ERROR +Description: The merchant backend cannot forget part of an order because it failed to start the database transaction. +HttpStatus: 500 + +Value: 2184 +Name: FORGET_ORDER_DB_COMMIT_ERROR +Description: The merchant backend cannot forget part of an order because it failed to commit the database transaction. +HttpStatus: 500 + Value: 2200 Name: HISTORY_TIMESTAMP_OVERFLOW Description: Integer overflow with specified timestamp argument detected. -- cgit v1.2.3