aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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 06615a5..dad42ae 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1082,6 +1082,33 @@ Name: EXCHANGE_KYC_GENERIC_LOGIC_GONE
1082Description: The request requires a logic which is no longer configured at the exchange. 1082Description: The request requires a logic which is no longer configured at the exchange.
1083HttpStatus: 500 1083HttpStatus: 500
1084 1084
1085Value: 1933
1086Name: EXCHANGE_KYC_GENERIC_LOGIC_BUG
1087Description: The logic plugin had a bug in its interaction with the KYC provider.
1088HttpStatus: 500
1089
1090Value: 1934
1091Name: EXCHANGE_KYC_GENERIC_PROVIDER_ACCESS_REFUSED
1092Description: 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.
1093HttpStatus: 511
1094
1095Value: 1935
1096Name: EXCHANGE_KYC_GENERIC_PROVIDER_TIMEOUT
1097Description: 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.
1098HttpStatus: 504
1099
1100Value: 1936
1101Name: EXCHANGE_KYC_GENERIC_PROVIDER_UNEXPECTED_REPLY
1102Description: The KYC provider responded with a status that was completely unexpected by the KYC logic of the exchange.
1103HttpStatus: 502
1104
1105Value: 1937
1106Name: EXCHANGE_KYC_GENERIC_PROVIDER_RATE_LIMIT_EXCEEDED
1107Description: The rate limit of the exchange at the KYC provider has been exceeded. Trying much later might work.
1108HttpStatus: 503
1109
1110
1111
1085 1112
1086Value: 1950 1113Value: 1950
1087Name: EXCHANGE_CONTRACTS_UNKNOWN 1114Name: EXCHANGE_CONTRACTS_UNKNOWN