aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-22 21:40:15 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-22 21:40:15 +0100
commit8341d17cd88b1e88943f192a47fbc61ce925816c (patch)
treedd88a77e57ed779b46c42f7f488409c4738034b1 /gnu-taler-error-codes/registry.rec
parente5ae01eeb4dedd8599473e64e098ea97fb7dadde (diff)
downloadgana-8341d17cd88b1e88943f192a47fbc61ce925816c.tar.gz
gana-8341d17cd88b1e88943f192a47fbc61ce925816c.zip
need more ECs for crypto helpers
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 735a553..e553b11 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -585,6 +585,11 @@ Name: EXCHANGE_DENOMINATION_HELPER_BUG
585Description: The response from the denomination key helper process was malformed. 585Description: The response from the denomination key helper process was malformed.
586HttpStatus: 500 586HttpStatus: 500
587 587
588Value: 1702
589Name: EXCHANGE_DENOMINATION_HELPER_TOO_EARLY
590Description: The helper refuses to sign with the key, because it is too early: the validity period has not yet started.
591HttpStatus: 400
592
588Value: 1750 593Value: 1750
589Name: EXCHANGE_SIGNKEY_HELPER_UNAVAILABLE 594Name: EXCHANGE_SIGNKEY_HELPER_UNAVAILABLE
590Description: The exchange failed to talk to the process responsible for its private signing keys. 595Description: The exchange failed to talk to the process responsible for its private signing keys.
@@ -595,6 +600,11 @@ Name: EXCHANGE_SIGNKEY_HELPER_BUG
595Description: The response from the online signing key helper process was malformed. 600Description: The response from the online signing key helper process was malformed.
596HttpStatus: 500 601HttpStatus: 500
597 602
603Value: 1752
604Name: EXCHANGE_SIGNKEY_HELPER_TOO_EARLY
605Description: The helper refuses to sign with the key, because it is too early: the validity period has not yet started.
606HttpStatus: 400
607
598 608
599 609
600# 2000 - 2999: Reserved for merchant 610# 2000 - 2999: Reserved for merchant