aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-02 07:37:12 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-02 07:37:12 +0100
commita7611c7124c5cdab642d31fa01d454549a4bc1a3 (patch)
treead8d72a64d086a889a92ed5f486bfdbbf8c7df19
parentb7320181c5e0d95c6f2e2a9e5c53dce0bc1a35a8 (diff)
downloadgana-a7611c7124c5cdab642d31fa01d454549a4bc1a3.tar.gz
gana-a7611c7124c5cdab642d31fa01d454549a4bc1a3.zip
-fix status code for KEYS missing
-rw-r--r--gnu-taler-error-codes/registry.rec2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index f76b85c..41c3665 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -245,7 +245,7 @@ HttpStatus: 403
245Value: 1007 245Value: 1007
246Name: EXCHANGE_GENERIC_KEYS_MISSING 246Name: EXCHANGE_GENERIC_KEYS_MISSING
247Description: The exchange failed to perform the operation as it could not find the private keys. This is a problem with the exchange setup, not with the client's request. 247Description: The exchange failed to perform the operation as it could not find the private keys. This is a problem with the exchange setup, not with the client's request.
248HttpStatus: 500 248HttpStatus: 503
249 249
250Value: 1008 250Value: 1008
251Name: EXCHANGE_GENERIC_DENOMINATION_VALIDITY_IN_FUTURE 251Name: EXCHANGE_GENERIC_DENOMINATION_VALIDITY_IN_FUTURE