diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-21 23:56:14 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-21 23:56:14 +0100 |
commit | e5ae01eeb4dedd8599473e64e098ea97fb7dadde (patch) | |
tree | 0763064ea295fb9b51482db46826a4e514df4663 /gnu-taler-error-codes | |
parent | 6d32f55adbe7be445bf3e252043cba910d5ea03b (diff) |
need more ECs for denomination/signkey helpers
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 9176cfa..735a553 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -575,6 +575,26 @@ Description: A signature in the server's response was malformed. HttpStatus: 0 +Value: 1700 +Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE +Description: The exchange failed to talk to the process responsible for its private denomination keys. +HttpStatus: 500 + +Value: 1701 +Name: EXCHANGE_DENOMINATION_HELPER_BUG +Description: The response from the denomination key helper process was malformed. +HttpStatus: 500 + +Value: 1750 +Name: EXCHANGE_SIGNKEY_HELPER_UNAVAILABLE +Description: The exchange failed to talk to the process responsible for its private signing keys. +HttpStatus: 500 + +Value: 1751 +Name: EXCHANGE_SIGNKEY_HELPER_BUG +Description: The response from the online signing key helper process was malformed. +HttpStatus: 500 + # 2000 - 2999: Reserved for merchant |