aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-27 01:59:09 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-27 01:59:09 -0400
commit18a39c29726860af58800a28454446154b89832b (patch)
tree703db007fd4799dbb341816484084a1ec2ffcf9e /gnu-taler-error-codes/registry.rec
parentb28148c533c5c0dd339203016dcda466e69a766b (diff)
downloadgana-18a39c29726860af58800a28454446154b89832b.tar.gz
gana-18a39c29726860af58800a28454446154b89832b.zip
db transaction errors for forget order
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
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
1132Description: One of the paths to forget was not marked as forgettable. 1132Description: One of the paths to forget was not marked as forgettable.
1133HttpStatus: 409 1133HttpStatus: 409
1134 1134
1135Value: 2183
1136Name: FORGET_ORDER_DB_START_ERROR
1137Description: The merchant backend cannot forget part of an order because it failed to start the database transaction.
1138HttpStatus: 500
1139
1140Value: 2184
1141Name: FORGET_ORDER_DB_COMMIT_ERROR
1142Description: The merchant backend cannot forget part of an order because it failed to commit the database transaction.
1143HttpStatus: 500
1144
1135Value: 2200 1145Value: 2200
1136Name: HISTORY_TIMESTAMP_OVERFLOW 1146Name: HISTORY_TIMESTAMP_OVERFLOW
1137Description: Integer overflow with specified timestamp argument detected. 1147Description: Integer overflow with specified timestamp argument detected.