diff options
Diffstat (limited to 'contrib/oauth2-provider-failure.en.must')
-rw-r--r-- | contrib/oauth2-provider-failure.en.must | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/oauth2-provider-failure.en.must b/contrib/oauth2-provider-failure.en.must new file mode 100644 index 000000000..d4c3585bf --- /dev/null +++ b/contrib/oauth2-provider-failure.en.must @@ -0,0 +1,22 @@ +<html> +<head> +<title>502: KYC provider had an internal error</title> +</head> +<body> +The KYC OAuth2 backend had an internal error. +<pre> +<!-- taler error code --> {{ code }}: +<!-- GANA hint for EC --> {{ hint }} +</pre> +<p> + <!-- human readable message with more specifics --> + {{ message }} +</p> +<pre> + <!-- true if we are in debug mode --> {{ debug }} + <!-- optional: full response from OAuth provider; + may contain private information! --> + {{ server_response }} +</p> +</body> +</html> |