From e854f478ca934ed66b0a4023d6d4896cf0469b9b Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Sun, 19 Jul 2020 16:51:18 -0400 Subject: error codes for merchant forget --- gnu-taler-error-codes/registry.rec | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'gnu-taler-error-codes') 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. -- cgit v1.2.3