aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-03-08 12:00:56 +0100
committerChristian Grothoff <christian@grothoff.org>2023-03-08 12:00:56 +0100
commit809e6c91b35c5bada531c4da27b7b473c89080c4 (patch)
tree4a27c8703b6234bc22a8014b48ae4f924a9be72d
parent02132ededc12a0a1cfd81f0ca76c384304e15259 (diff)
downloadgana-809e6c91b35c5bada531c4da27b7b473c89080c4.tar.gz
gana-809e6c91b35c5bada531c4da27b7b473c89080c4.zip
fix #7744
-rw-r--r--gnu-taler-error-codes/registry.rec6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 1871563..d4dbc91 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -882,8 +882,8 @@ HttpStatus: 403
882 882
883Value: 1700 883Value: 1700
884Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE 884Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE
885Description: The exchange failed to talk to the process responsible for its private denomination keys. 885Description: The exchange failed to talk to the process responsible for its private denomination keys or the helpers had no denominations (properly) configured.
886HttpStatus: 500 886HttpStatus: 502
887 887
888Value: 1701 888Value: 1701
889Name: EXCHANGE_DENOMINATION_HELPER_BUG 889Name: EXCHANGE_DENOMINATION_HELPER_BUG
@@ -904,7 +904,7 @@ HttpStatus: 0
904Value: 1750 904Value: 1750
905Name: EXCHANGE_SIGNKEY_HELPER_UNAVAILABLE 905Name: EXCHANGE_SIGNKEY_HELPER_UNAVAILABLE
906Description: The exchange failed to talk to the process responsible for its private signing keys. 906Description: The exchange failed to talk to the process responsible for its private signing keys.
907HttpStatus: 500 907HttpStatus: 502
908 908
909Value: 1751 909Value: 1751
910Name: EXCHANGE_SIGNKEY_HELPER_BUG 910Name: EXCHANGE_SIGNKEY_HELPER_BUG