From e12bcee063df61ed4b9acbe819443672364eb4d8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 22 Mar 2022 19:10:56 +0100 Subject: ec --- gnu-taler-error-codes/registry.rec | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gnu-taler-error-codes/registry.rec') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 3177507..f184149 100644 --- 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 -- cgit v1.2.3