From 8341d17cd88b1e88943f192a47fbc61ce925816c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 22 Nov 2020 21:40:15 +0100 Subject: need more ECs for crypto helpers --- gnu-taler-error-codes/registry.rec | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gnu-taler-error-codes') 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 Description: The response from the denomination key helper process was malformed. HttpStatus: 500 +Value: 1702 +Name: EXCHANGE_DENOMINATION_HELPER_TOO_EARLY +Description: The helper refuses to sign with the key, because it is too early: the validity period has not yet started. +HttpStatus: 400 + Value: 1750 Name: EXCHANGE_SIGNKEY_HELPER_UNAVAILABLE Description: The exchange failed to talk to the process responsible for its private signing keys. @@ -595,6 +600,11 @@ Name: EXCHANGE_SIGNKEY_HELPER_BUG Description: The response from the online signing key helper process was malformed. HttpStatus: 500 +Value: 1752 +Name: EXCHANGE_SIGNKEY_HELPER_TOO_EARLY +Description: The helper refuses to sign with the key, because it is too early: the validity period has not yet started. +HttpStatus: 400 + # 2000 - 2999: Reserved for merchant -- cgit v1.2.3