aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorMatyja Lukas Adam <lukas.matyja@students.bfh.ch>2024-03-19 11:41:30 +0100
committerMatyja Lukas Adam <lukas.matyja@students.bfh.ch>2024-03-19 11:41:30 +0100
commit25c66ae8955ffe8f6aea2314914176a9313e3cbf (patch)
treeb4a0b5bd6e4bf9bbbb56614184604f703cf8a4d5 /gnu-taler-error-codes
parent71286e89e4831f636ddb18e186db153680767545 (diff)
downloadgana-25c66ae8955ffe8f6aea2314914176a9313e3cbf.tar.gz
gana-25c66ae8955ffe8f6aea2314914176a9313e3cbf.zip
add new ec for Taler Donau
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec6
-rw-r--r--gnu-taler-error-codes/taler_error_codes.rst8
2 files changed, 11 insertions, 3 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 8fd895b..88f718e 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2939,7 +2939,11 @@ Name: DONAU_CHARITY_SIGNATURE_INVALID
2939Description: The signature of the charity key is not valid. 2939Description: The signature of the charity key is not valid.
2940HttpStatus: 403 2940HttpStatus: 403
2941 2941
2942 2942Value: 8609
2943Name: DONAU_CHARITY_NOT_FOUND
2944Description: The charity is unknown.
2945HttpStatus: 404
2946
2943# 9000 - 9599: LibEuFin. 2947# 9000 - 9599: LibEuFin.
2944 2948
2945Value: 9000 2949Value: 9000
diff --git a/gnu-taler-error-codes/taler_error_codes.rst b/gnu-taler-error-codes/taler_error_codes.rst
index 10d67c1..7109e91 100644
--- a/gnu-taler-error-codes/taler_error_codes.rst
+++ b/gnu-taler-error-codes/taler_error_codes.rst
@@ -2227,11 +2227,15 @@ Entries
2227 * - DONAU_GENERIC_KEYS_MISSING 2227 * - DONAU_GENERIC_KEYS_MISSING
2228 - 8607 2228 - 8607
2229 - 503 (SERVICE_UNAVAILABLE) 2229 - 503 (SERVICE_UNAVAILABLE)
2230 - 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. 2230 - 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.
2231 * - DONAU_GENERIC_KEYS_MISSING 2231 * - DONAU_GENERIC_KEYS_MISSING
2232 - 8608 2232 - 8608
2233 - 403 (FORBIDDEN) 2233 - 403 (FORBIDDEN)
2234 - The signature of the charity key over the budi-key-pairs is not valid. 2234 - The signature of the charity key is not valid.
2235 * - DONAU_CHARITY_NOT_FOUND
2236 - 8609
2237 - 404 (NOT_FOUND)
2238 - The charity is unknown.
2235 * - LIBEUFIN_NEXUS_GENERIC_ERROR 2239 * - LIBEUFIN_NEXUS_GENERIC_ERROR
2236 - 9000 2240 - 9000
2237 - 0 (UNINITIALIZED) 2241 - 0 (UNINITIALIZED)