commit 34f20d8be618409730e02f0078896ec129d8a404 parent 9d7d13078ab0270ed300e9ff1b873210f00478a8 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 2 Nov 2023 20:13:33 +0100 -new EC Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1473,7 +1473,7 @@ HttpStatus: 400 Value: 2024 Name: MERCHANT_GENERIC_CURRENCY_MISMATCH -Description: The currency specified in the operation does not work with the current state of the given resource. +Description: The currency specified in the operation does not work with the current state of the given resource. HttpStatus: 409 # 2100-2499: public API @@ -2908,6 +2908,11 @@ Name: CHALLENGER_INVALID_PIN Description: The PIN code provided is incorrect. HttpStatus: 403 +Value: 9759 +Name: CHALLENGER_MISSING_ADDRESS +Description: The token cannot be valid as no address was ever provided by the client. +HttpStatus: 409 + # Some of our build systems expect the range to be < 10k, so let's keep it like this for now. Value: 9999