gana

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

commit 417435b17b92fa7f58c5bae1d92388633b16881c
parent 29ed6e806f8645679edf7cfbedc0f6b26ab83dbb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 21 Jun 2020 11:57:51 +0200

413 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 @@ -102,6 +102,11 @@ Name: CLIENT_INTERNAL_FAILURE Description: The client-side experienced an internal failure. Generated as an error on the client side. HttpStatus: 0 +Value: 16 +Name: UPLOAD_EXCEEDS_LIMIT +Description: The body is too large to be permissable for the endpoint. +HttpStatus: 413 + Value: 1001 Name: DB_SETUP_FAILED Description: The exchange failed to even just initialize its connection to the database.