aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-07 15:25:21 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-07 15:25:21 +0200
commit02da8656d6d915df023de0b90d18ade9e80603fa (patch)
treef4f256119c043bff68a352103a934b1f9de78f4e
parent4752211918879f9ceec07bec5f64c8209d840b51 (diff)
downloadgana-02da8656d6d915df023de0b90d18ade9e80603fa.tar.gz
gana-02da8656d6d915df023de0b90d18ade9e80603fa.zip
-logic not found error needed
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index e3cc281..6b1b21e 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1067,6 +1067,11 @@ Name: EXCHANGE_KYC_CHECK_AUTHORIZATION_FAILED
1067Description: The payto-URI hash did not match. Hence the request was denied. 1067Description: The payto-URI hash did not match. Hence the request was denied.
1068HttpStatus: 403 1068HttpStatus: 403
1069 1069
1070Value: 1931
1071Name: EXCHANGE_KYC_WEBHOOK_LOGIC_UNKNOWN
1072Description: The webhook used a logic specifier that is not known to the exchange.
1073HttpStatus: 404
1074
1070Value: 1950 1075Value: 1950
1071Name: EXCHANGE_CONTRACTS_UNKNOWN 1076Name: EXCHANGE_CONTRACTS_UNKNOWN
1072Description: The exchange does not know a contract under the given contract public key. 1077Description: The exchange does not know a contract under the given contract public key.