aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
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