aboutsummaryrefslogtreecommitdiff
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)
downloadgana-e5ae01eeb4dedd8599473e64e098ea97fb7dadde.tar.gz
gana-e5ae01eeb4dedd8599473e64e098ea97fb7dadde.zip
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.
575HttpStatus: 0 575HttpStatus: 0
576 576
577 577
578Value: 1700
579Name: EXCHANGE_DENOMINATION_HELPER_UNAVAILABLE
580Description: The exchange failed to talk to the process responsible for its private denomination keys.
581HttpStatus: 500
582
583Value: 1701
584Name: EXCHANGE_DENOMINATION_HELPER_BUG
585Description: The response from the denomination key helper process was malformed.
586HttpStatus: 500
587
588Value: 1750
589Name: EXCHANGE_SIGNKEY_HELPER_UNAVAILABLE
590Description: The exchange failed to talk to the process responsible for its private signing keys.
591HttpStatus: 500
592
593Value: 1751
594Name: EXCHANGE_SIGNKEY_HELPER_BUG
595Description: The response from the online signing key helper process was malformed.
596HttpStatus: 500
597
578 598
579 599
580# 2000 - 2999: Reserved for merchant 600# 2000 - 2999: Reserved for merchant