gana

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

commit 3f90c60bf7aec4a1831e7b4c8bc9503f09cf9778
parent 53d0992890e1ebb8f8c6bd747533abe157baec66
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date:   Mon, 18 Mar 2024 23:50:32 +0100

new ec for Taler DONAU

Diffstat:
Mgnu-taler-error-codes/registry.rec | 5+++++
Mgnu-taler-error-codes/taler_error_codes.rst | 4++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2934,6 +2934,11 @@ Name: DONAU_GENERIC_KEYS_MISSING Description: The donau failed to perform the operation as it could not find the private keys. This is a problem with the donau setup, not with the client's request. HttpStatus: 503 +Value: 8608 +Name: DONAU_CHARITY_SIGNATURE_INVALID +Description: The signature of the charity key over the budi-key-pairs is not valid. +HttpStatus: 403 + # 9000 - 9599: LibEuFin. diff --git a/gnu-taler-error-codes/taler_error_codes.rst b/gnu-taler-error-codes/taler_error_codes.rst @@ -2228,6 +2228,10 @@ Entries - 8607 - 503 (SERVICE_UNAVAILABLE) - The donau failed to perform the operation as it could not find the private keys. This is a problem with the donau setup, not with the client's request. + * - DONAU_GENERIC_KEYS_MISSING + - 8608 + - 403 (FORBIDDEN) + - The donau failed to perform the operation as it could not find the private keys. This is a problem with the donau setup, not with the client's request. * - LIBEUFIN_NEXUS_GENERIC_ERROR - 9000 - 0 (UNINITIALIZED)