diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-03-08 12:00:56 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-03-08 12:00:56 +0100 |
commit | 809e6c91b35c5bada531c4da27b7b473c89080c4 (patch) | |
tree | 4a27c8703b6234bc22a8014b48ae4f924a9be72d | |
parent | 02132ededc12a0a1cfd81f0ca76c384304e15259 (diff) |
fix #7744
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 6 |
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 Value: 1700 Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE -Description: The exchange failed to talk to the process responsible for its private denomination keys. -HttpStatus: 500 +Description: The exchange failed to talk to the process responsible for its private denomination keys or the helpers had no denominations (properly) configured. +HttpStatus: 502 Value: 1701 Name: EXCHANGE_DENOMINATION_HELPER_BUG @@ -904,7 +904,7 @@ HttpStatus: 0 Value: 1750 Name: EXCHANGE_SIGNKEY_HELPER_UNAVAILABLE Description: The exchange failed to talk to the process responsible for its private signing keys. -HttpStatus: 500 +HttpStatus: 502 Value: 1751 Name: EXCHANGE_SIGNKEY_HELPER_BUG |