summaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-19 16:51:18 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-19 16:51:18 -0400
commite854f478ca934ed66b0a4023d6d4896cf0469b9b (patch)
tree7e058efaa0152e6acee938fb889f288fc7bc255f /gnu-taler-error-codes/registry.rec
parentc4a40118ebf603a8e1055ad734b95eb29d622880 (diff)
error codes for merchant forget
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec19
1 files changed, 17 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 8c118b3..956e139 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -109,7 +109,7 @@ HttpStatus: 413
Value: 17
Name: PAYTO_MALFORMED
-Description: The payto:// URI we got is malformed.
+Description: The payto:// URI we got is malformed.
HttpStatus: 0
Value: 1001
@@ -1004,7 +1004,7 @@ HttpStatus: 0
Value: 2135
Name: PAY_EXCHANGE_FAILED
-Description: The payment failed at the exchange.
+Description: The payment failed at the exchange.
HttpStatus: 424
Value: 2147
@@ -1077,6 +1077,21 @@ Name: ABORT_EXCHANGE_TIMEOUT
Description: The merchant experienced a timeout processing the request.
HttpStatus: 408
+Value: 2180
+Name: FORGET_ORDER_NOT_FOUND
+Description: The merchant could not find the order.
+HttpStatus: 404
+
+Value: 2181
+Name: FORGET_PATH_SYNTAX_INCORRECT
+Description: One of the paths to forget is malformed.
+HttpStatus: 400
+
+Value: 2182
+Name: FORGET_PATH_NOT_FORGETTABLE
+Description: One of the paths to forget was not marked as forgettable.
+HttpStatus: 409
+
Value: 2200
Name: HISTORY_TIMESTAMP_OVERFLOW
Description: Integer overflow with specified timestamp argument detected.