summaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-21 23:56:14 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-21 23:56:14 +0100
commite5ae01eeb4dedd8599473e64e098ea97fb7dadde (patch)
tree0763064ea295fb9b51482db46826a4e514df4663 /gnu-taler-error-codes
parent6d32f55adbe7be445bf3e252043cba910d5ea03b (diff)
need more ECs for denomination/signkey helpers
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec20
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