commit 2075d42719b00f2763fe71d327ef4b9fd23be476 parent 02da8656d6d915df023de0b90d18ade9e80603fa Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 9 Aug 2022 12:45:10 +0200 -update ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 10 | ++++++++-- |
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git 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 Description: The backend signaled an authorization failure. HttpStatus: 403 +Value: 1929 +Name: EXCHANGE_KYC_PROOF_REQUEST_UNKNOWN +Description: The exchange is unaware of having made an the authorization request. +HttpStatus: 404 + Value: 1930 Name: EXCHANGE_KYC_CHECK_AUTHORIZATION_FAILED Description: The payto-URI hash did not match. Hence the request was denied. HttpStatus: 403 Value: 1931 -Name: EXCHANGE_KYC_WEBHOOK_LOGIC_UNKNOWN -Description: The webhook used a logic specifier that is not known to the exchange. +Name: EXCHANGE_KYC_GENERIC_LOGIC_UNKNOWN +Description: The request used a logic specifier that is not known to the exchange. HttpStatus: 404 + Value: 1950 Name: EXCHANGE_CONTRACTS_UNKNOWN Description: The exchange does not know a contract under the given contract public key.