From 3f90c60bf7aec4a1831e7b4c8bc9503f09cf9778 Mon Sep 17 00:00:00 2001 From: Matyja Lukas Adam Date: Mon, 18 Mar 2024 23:50:32 +0100 Subject: new ec for Taler DONAU --- gnu-taler-error-codes/registry.rec | 5 +++++ gnu-taler-error-codes/taler_error_codes.rst | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 810404b..c63f1fc 100644 --- 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 index 2bbd4a4..b832959 100644 --- 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) -- cgit v1.2.3