aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-09 12:45:10 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-09 12:45:10 +0200
commit2075d42719b00f2763fe71d327ef4b9fd23be476 (patch)
treede3afda6fb63091f65cbe7a22d3c3382ed205255
parent02da8656d6d915df023de0b90d18ade9e80603fa (diff)
downloadgana-2075d42719b00f2763fe71d327ef4b9fd23be476.tar.gz
gana-2075d42719b00f2763fe71d327ef4b9fd23be476.zip
-update ECs
-rw-r--r--gnu-taler-error-codes/registry.rec10
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 6b1b21e..3b7e25e 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1062,16 +1062,22 @@ Name: EXCHANGE_KYC_PROOF_BACKEND_AUTHORIZATION_FAILED
1062Description: The backend signaled an authorization failure. 1062Description: The backend signaled an authorization failure.
1063HttpStatus: 403 1063HttpStatus: 403
1064 1064
1065Value: 1929
1066Name: EXCHANGE_KYC_PROOF_REQUEST_UNKNOWN
1067Description: The exchange is unaware of having made an the authorization request.
1068HttpStatus: 404
1069
1065Value: 1930 1070Value: 1930
1066Name: EXCHANGE_KYC_CHECK_AUTHORIZATION_FAILED 1071Name: EXCHANGE_KYC_CHECK_AUTHORIZATION_FAILED
1067Description: The payto-URI hash did not match. Hence the request was denied. 1072Description: The payto-URI hash did not match. Hence the request was denied.
1068HttpStatus: 403 1073HttpStatus: 403
1069 1074
1070Value: 1931 1075Value: 1931
1071Name: EXCHANGE_KYC_WEBHOOK_LOGIC_UNKNOWN 1076Name: EXCHANGE_KYC_GENERIC_LOGIC_UNKNOWN
1072Description: The webhook used a logic specifier that is not known to the exchange. 1077Description: The request used a logic specifier that is not known to the exchange.
1073HttpStatus: 404 1078HttpStatus: 404
1074 1079
1080
1075Value: 1950 1081Value: 1950
1076Name: EXCHANGE_CONTRACTS_UNKNOWN 1082Name: EXCHANGE_CONTRACTS_UNKNOWN
1077Description: The exchange does not know a contract under the given contract public key. 1083Description: The exchange does not know a contract under the given contract public key.