aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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