commit e12bcee063df61ed4b9acbe819443672364eb4d8
parent 0958add542378a6ca9c411e2dc19527834e9f645
Author: Florian Dold <florian@dold.me>
Date: Tue, 22 Mar 2022 19:10:56 +0100
ec
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -67,6 +67,11 @@ Name: GENERIC_CONFIGURATION_INVALID
Description: There is an error in the client-side configuration, for example the base URL specified is malformed.
HttpStatus: 0
+Value: 15
+Name: GENERIC_UNEXPECTED_REQUEST_ERROR
+Description: The client made a request to a service, but received an error response it does not know how to handle.
+HttpStatus: 0
+
# Fundamental client-side protocol problems (20-29)
# (fundamental: cannot be helped, client is very broken)
@@ -1686,6 +1691,11 @@ Name: WALLET_CONTRACT_TERMS_MALFORMED
Description: The contract terms given by the merchant are malformed.
HttpStatus: 0
+Value: 7021
+Name: WALLET_PENDING_OPERATION_FAILED
+Description: A pending operation failed, and thus the request can't be completed.
+HttpStatus: 0
+
# 8000 - 8999: Reserved for Anastasis
Value: 8000