aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-04-11 16:39:17 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-04-11 16:39:17 +0200
commitf2babbbdd477eeafb17292e16f335226ea02cb6a (patch)
treea648fd28fe1eed527c8f959abe41cc8e412f2d32
parentf794cafbc16ce0eae2826695235275e1e16c64db (diff)
downloadgana-f2babbbdd477eeafb17292e16f335226ea02cb6a.tar.gz
gana-f2babbbdd477eeafb17292e16f335226ea02cb6a.zip
need another EC
-rw-r--r--gnu-taler-error-codes/registry.rec27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 8bfd2d8..9db2e8a 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -963,6 +963,33 @@ Name: EXCHANGE_KYC_CHECK_AUTHORIZATION_FAILED
963Description: The payto-URI hash did not match. Hence the request was denied. 963Description: The payto-URI hash did not match. Hence the request was denied.
964HttpStatus: 401 964HttpStatus: 401
965 965
966Value: 1950
967Name: EXCHANGE_CONTRACTS_UNKNOWN
968Description: The exchange does not know a contract under the given contract public key.
969HttpStatus: 404
970
971Value: 1951
972Name: EXCHANGE_CONTRACTS_INVALID_CONTRACT_PUB
973Description: The URL does not encode a valid exchange public key in its path.
974HttpStatus: 400
975
976Value: 1952
977Name: EXCHANGE_CONTRACTS_DECRYPTION_FAILED
978Description: The returned encrypted contract did not decrypt.
979HttpStatus: 0
980
981Value: 1953
982Name: EXCHANGE_CONTRACTS_SIGNATURE_INVALID
983Description: The signature on the encrypted contract did not validate.
984HttpStatus: 0
985
986Value: 1954
987Name: EXCHANGE_CONTRACTS_DECODING_FAILED
988Description: The decrypted contract was malformed.
989HttpStatus: 0
990
991
992
966 993
967 994
968 995