gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit f2babbbdd477eeafb17292e16f335226ea02cb6a
parent f794cafbc16ce0eae2826695235275e1e16c64db
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 11 Apr 2022 16:39:17 +0200

need another EC

Diffstat:
Mgnu-taler-error-codes/registry.rec | 27+++++++++++++++++++++++++++
1 file changed, 27 insertions(+), 0 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -963,6 +963,33 @@ Name: EXCHANGE_KYC_CHECK_AUTHORIZATION_FAILED Description: The payto-URI hash did not match. Hence the request was denied. HttpStatus: 401 +Value: 1950 +Name: EXCHANGE_CONTRACTS_UNKNOWN +Description: The exchange does not know a contract under the given contract public key. +HttpStatus: 404 + +Value: 1951 +Name: EXCHANGE_CONTRACTS_INVALID_CONTRACT_PUB +Description: The URL does not encode a valid exchange public key in its path. +HttpStatus: 400 + +Value: 1952 +Name: EXCHANGE_CONTRACTS_DECRYPTION_FAILED +Description: The returned encrypted contract did not decrypt. +HttpStatus: 0 + +Value: 1953 +Name: EXCHANGE_CONTRACTS_SIGNATURE_INVALID +Description: The signature on the encrypted contract did not validate. +HttpStatus: 0 + +Value: 1954 +Name: EXCHANGE_CONTRACTS_DECODING_FAILED +Description: The decrypted contract was malformed. +HttpStatus: 0 + + +