gana

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

commit dfddcd33cb89f5b9057349b47064fe1b3d72c73a
parent 0baf85c343246014057bf51ae990466d0357b933
Author: Florian Dold <florian@dold.me>
Date:   Thu, 27 Jun 2024 00:02:15 +0200

new EC

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 @@ -41,6 +41,11 @@ Name: GENERIC_CLIENT_INTERNAL_ERROR Description: An internal failure happened on the client side. Details should be in the local logs. Check if you are using the latest available version or file a report with the developers. HttpStatus: 0 +Value: 0003 +Name: GENERIC_CLIENT_UNSUPPORTED_PROTOCOL_VERSION +Description: The client does not support the protocol version advertised by the server. +HttpStatus: 0 + # Fundamental problems detected client-side (10-19) Value: 0010