commit d875bdd3afab0d0a644eff89e1df80b1b9866fb4 parent 8911778784c09e2cdc2464e9146e3dfa655edd1f Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 26 Jul 2024 12:11:34 +0200 -new ECs Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -471,6 +471,20 @@ Name: EXCHANGE_GENERIC_KYC_CONVERTER_FAILED Description: The exchange failed to start a KYC attribute conversion helper process. It is likely configured incorrectly. HttpStatus: 500 +Value: 1038 +Name: EXCHANGE_GENERIC_KYC_FAILED +Description: The KYC operation failed. This could be because the KYC provider rejected the KYC data provided, or because the user aborted the KYC process. +# Not particular HTTP status is implied, this is primarily +# an internal error within the exchange. +HttpStatus: 0 + +Value: 1039 +Name: EXCHANGE_GENERIC_KYC_FALLBACK_FAILED +Description: A fallback measure for a KYC operation failed. This is a bug. Users should contact the exchange operator. +# Not particular HTTP status is implied, this is primarily +# an internal error within the exchange. +HttpStatus: 0 + Value: 1100 Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND