oauth2-conversion-failure.en.must (647B)
1 <html> 2 <head> 3 <title>502: Failed to convert KYC data into internal format</title> 4 </head> 5 <body> 6 The KYC backend returned a response which we then failed 7 to convert into our internal format. 8 <pre> 9 <!-- Taler Error code --> {{ code }}: 10 <!-- Taler EC hint --> {{ hint }} 11 </pre> 12 <p> 13 <!-- human-readable message --> {{ message}} 14 </p> 15 <p> 16 Converter command used was: "{{ converter }}" 17 </p> 18 <p> 19 Converter JSON output: 20 <pre> 21 <!-- true if we are in debug mode --> {{ debug }} 22 <!-- optional: attributes returned by script 23 (note: may contain user's private information) --> {{ attributes }} 24 </pre> 25 </p> 26 </pre> 27 </body> 28 </html>