From e5ae01eeb4dedd8599473e64e098ea97fb7dadde Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 21 Nov 2020 23:56:14 +0100 Subject: need more ECs for denomination/signkey helpers --- gnu-taler-error-codes/registry.rec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu-taler-error-codes/registry.rec') 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 -- cgit v1.2.3