diff options
author | Matyja Lukas Adam <lukas.matyja@students.bfh.ch> | 2024-03-18 23:50:32 +0100 |
---|---|---|
committer | Matyja Lukas Adam <lukas.matyja@students.bfh.ch> | 2024-03-18 23:50:32 +0100 |
commit | 3f90c60bf7aec4a1831e7b4c8bc9503f09cf9778 (patch) | |
tree | ece92fcebae1deb98b7bbe2a5a0be51df63ec2fa | |
parent | 53d0992890e1ebb8f8c6bd747533abe157baec66 (diff) | |
download | gana-3f90c60bf7aec4a1831e7b4c8bc9503f09cf9778.tar.gz gana-3f90c60bf7aec4a1831e7b4c8bc9503f09cf9778.zip |
new ec for Taler DONAU
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 | ||||
-rw-r--r-- | gnu-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 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 | |||
2934 | 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. | 2934 | 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. |
2935 | HttpStatus: 503 | 2935 | HttpStatus: 503 |
2936 | 2936 | ||
2937 | Value: 8608 | ||
2938 | Name: DONAU_CHARITY_SIGNATURE_INVALID | ||
2939 | Description: The signature of the charity key over the budi-key-pairs is not valid. | ||
2940 | HttpStatus: 403 | ||
2941 | |||
2937 | 2942 | ||
2938 | # 9000 - 9599: LibEuFin. | 2943 | # 9000 - 9599: LibEuFin. |
2939 | 2944 | ||
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 | |||
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 | ||
2232 | - 8608 | ||
2233 | - 403 (FORBIDDEN) | ||
2234 | - 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 | * - LIBEUFIN_NEXUS_GENERIC_ERROR | 2235 | * - LIBEUFIN_NEXUS_GENERIC_ERROR |
2232 | - 9000 | 2236 | - 9000 |
2233 | - 0 (UNINITIALIZED) | 2237 | - 0 (UNINITIALIZED) |