gana

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

commit 1a8af54b491e8300287eb7afb08ba22b91107f9a
parent 88f1513c159014a1cbc6d0745568770538d2b0a9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 15 Aug 2022 11:39:04 +0200

-need more ECs

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 @@ -1082,6 +1082,33 @@ Name: EXCHANGE_KYC_GENERIC_LOGIC_GONE Description: The request requires a logic which is no longer configured at the exchange. HttpStatus: 500 +Value: 1933 +Name: EXCHANGE_KYC_GENERIC_LOGIC_BUG +Description: The logic plugin had a bug in its interaction with the KYC provider. +HttpStatus: 500 + +Value: 1934 +Name: EXCHANGE_KYC_GENERIC_PROVIDER_ACCESS_REFUSED +Description: The exchange could not process the request with its KYC provider because the provider refused access to the service. This indicates some configuration issue at the Taler exchange operator. +HttpStatus: 511 + +Value: 1935 +Name: EXCHANGE_KYC_GENERIC_PROVIDER_TIMEOUT +Description: There was a timeout in the interaction between the exchange and the KYC provider. The most likely cause is some networking problem. Trying again later might succeed. +HttpStatus: 504 + +Value: 1936 +Name: EXCHANGE_KYC_GENERIC_PROVIDER_UNEXPECTED_REPLY +Description: The KYC provider responded with a status that was completely unexpected by the KYC logic of the exchange. +HttpStatus: 502 + +Value: 1937 +Name: EXCHANGE_KYC_GENERIC_PROVIDER_RATE_LIMIT_EXCEEDED +Description: The rate limit of the exchange at the KYC provider has been exceeded. Trying much later might work. +HttpStatus: 503 + + + Value: 1950 Name: EXCHANGE_CONTRACTS_UNKNOWN