commit d436db3d35975f820a69c4b55b3465c180a10032
parent 7048773eed952c30e4bc8e30d7caed083c18565e
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 23 Jun 2024 12:16:12 +0200
-new EC
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -127,6 +127,11 @@ Name: GENERIC_COMPRESSION_INVALID
Description: The body in the request could not be decompressed by the server. This is likely a bug in the client implementation. Check if you are using the latest available version and/or file a report with the developers.
HttpStatus: 400
+Value: 0029
+Name: GENERIC_PATH_SEGMENT_MALFORMED
+Description: A segment in the path of the URL provided by the client is malformed. Check that you are using the correct encoding for the URL.
+HttpStatus: 400
+
# Circumstantial client-side protocol problems (30-39)
# (Circumstantial == may work with another server, but not this one)