gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 755e752e3a235df0be8d45374835b109f7843c1c
parent 84ca3e77595a5dfc6740f8ed63dab41936bd1a28
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 23 Jul 2021 17:07:33 +0200

-new status code

Diffstat:
Mgnu-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 @@ -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.