diff options
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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 |