summaryrefslogtreecommitdiff
path: root/contrib/kyc-proof-bad-request.en.must
blob: f555168738d70cbea087397a5dddf7f4a73a1095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<title>400: Malformed client request</title>
</head>
<body>
The client's request was malformed.
<pre>
<!-- Taler error code --> {{ code }}:
<!-- GANA EC hint --> {{ hint }}
</pre>
<p>
<!-- optional human-readable message --> {{ message }}
</p>
</body>
</html>