gana

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

commit 618fe72608aa79afca29421b5b8abb24196f8932
parent 943729d4e2c2d97c3b5d737cf76b388086d94378
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  5 Mar 2021 21:30:53 +0100

additional EC 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 @@ -58,6 +58,11 @@ Name: GENERIC_REPLY_MALFORMED Description: The service responded with a reply that was in JSON but did not satsify the protocol. Note that invalid cryptographic signatures should have signature-specific error codes. HttpStatus: 0 +Value: 14 +Name: GENERIC_CONFIGURATION_INVALID +Description: There is an error in the client-side configuration, for example the base URL specified is malformed. +HttpStatus: 0 + # Fundamental client-side protocol problems (20-29) # (fundamental: cannot be helped, client is very broken)