aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
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
parentc4a40118ebf603a8e1055ad734b95eb29d622880 (diff)
downloadgana-e854f478ca934ed66b0a4023d6d4896cf0469b9b.tar.gz
gana-e854f478ca934ed66b0a4023d6d4896cf0469b9b.zip
error codes for merchant forget
Diffstat (limited to 'gnu-taler-error-codes')
-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
109 109
110Value: 17 110Value: 17
111Name: PAYTO_MALFORMED 111Name: PAYTO_MALFORMED
112Description: The payto:// URI we got is malformed. 112Description: The payto:// URI we got is malformed.
113HttpStatus: 0 113HttpStatus: 0
114 114
115Value: 1001 115Value: 1001
@@ -1004,7 +1004,7 @@ HttpStatus: 0
1004 1004
1005Value: 2135 1005Value: 2135
1006Name: PAY_EXCHANGE_FAILED 1006Name: PAY_EXCHANGE_FAILED
1007Description: The payment failed at the exchange. 1007Description: The payment failed at the exchange.
1008HttpStatus: 424 1008HttpStatus: 424
1009 1009
1010Value: 2147 1010Value: 2147
@@ -1077,6 +1077,21 @@ Name: ABORT_EXCHANGE_TIMEOUT
1077Description: The merchant experienced a timeout processing the request. 1077Description: The merchant experienced a timeout processing the request.
1078HttpStatus: 408 1078HttpStatus: 408
1079 1079
1080Value: 2180
1081Name: FORGET_ORDER_NOT_FOUND
1082Description: The merchant could not find the order.
1083HttpStatus: 404
1084
1085Value: 2181
1086Name: FORGET_PATH_SYNTAX_INCORRECT
1087Description: One of the paths to forget is malformed.
1088HttpStatus: 400
1089
1090Value: 2182
1091Name: FORGET_PATH_NOT_FORGETTABLE
1092Description: One of the paths to forget was not marked as forgettable.
1093HttpStatus: 409
1094
1080Value: 2200 1095Value: 2200
1081Name: HISTORY_TIMESTAMP_OVERFLOW 1096Name: HISTORY_TIMESTAMP_OVERFLOW
1082Description: Integer overflow with specified timestamp argument detected. 1097Description: Integer overflow with specified timestamp argument detected.