From 755e752e3a235df0be8d45374835b109f7843c1c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Jul 2021 17:07:33 +0200 Subject: -new status code --- gnu-taler-error-codes/registry.rec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index c747614..9a1aab9 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -81,6 +81,11 @@ Name: GENERIC_JSON_INVALID Description: The JSON in the client's request was malformed (generic parse error). HttpStatus: 400 +Value: 23 +Name: GENERIC_HTTP_HEADERS_MALFORMED +Description: Some of the HTTP headers provided by the client caused the server to not be able to handle the request. +HttpStatus: 400 + Value: 24 Name: GENERIC_PAYTO_URI_MALFORMED Description: The payto:// URI provided by the client is malformed. -- cgit v1.2.3