gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 18a39c29726860af58800a28454446154b89832b
parent b28148c533c5c0dd339203016dcda466e69a766b
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
Date:   Thu, 27 Aug 2020 01:59:09 -0400

db transaction errors for forget order

Diffstat:
Mgnu-taler-error-codes/registry.rec | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git 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.