commit 2ef55a9410b916452cbbf9f6de02378eafd67e1f parent 4d0690f95dfa4ee37417cba997e56b2dbc6cf630 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 4 Aug 2026 14:59:39 +0200 new EC Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -3973,6 +3973,11 @@ Name: PAIVANA_PAYWALL_DISABLED Description: The paywall functionality is currently disabled. Thus, proofs of payment are unnecessary and also not supported. HttpStatus: 501 +Value: 9809 +Name: PAIVANA_INVALID_TARGET +Description: The website specified in the request is not acceptable for this backend. Somehow the client must have specified an invalid website which is not configured for this Paivana reverse proxy and thus not eligible as a target for the redirect. A developer should check how the client computed the fulfillment_url of the order and fix it. +HttpStatus: 409 + # Some of our build systems expect the range to be < 10k, so let's keep it like this for now.