<div dir="ltr">Hello,<div>I can see in the <a href="http://www.apiman.io/latest/developer-guide.html">developer guide</a> that to custom generate IPolicyErrorWriter, one can extend using below option</div><div><br></div><div><h5 class="gmail-title" style="box-sizing:border-box;font-family:&quot;open sans&quot;,helvetica,arial,sans-serif;font-weight:500;line-height:1.1;color:rgb(51,51,51);margin-top:10px;margin-bottom:10px;font-size:9pt">4.5.3.2.6. io.apiman.gateway.engine.IPolicyErrorWriter Example Configuration</h5></div><div><pre class="gmail-screen" style="box-sizing:border-box;overflow:auto;font-family:courrier,monospace;font-size:0.9em;padding:0.5em 1em;margin:0em 0em 10px;line-height:1.66667;word-break:break-all;word-wrap:break-word;background-color:rgb(237,231,200);border:1px solid rgb(204,204,204);border-radius:1px"><span style="color:rgb(51,51,51)">apiman-gateway.writers.</span><font color="#ff0000">policy-error</font><font color="#333333">=plugin:com.example.groupId:artifactId:1.0.Final/com.example.apiman.FooPolicyErrorWriterImpl</font></pre></div><div><br></div><div>But the code base defines the error writer to be loaded from below property.</div><div><br></div><div>GatewayConfigPropertiesERROR_WRITER_CLASS = &quot;apiman-gateway.writers.error&quot;;<br></div><div><br></div><div>Is this case of mistake in documentation ? Does there exists more than one error writer API for policy and separately for other components ?</div><div><br></div><div><br></div><div>regards</div><div>Balu</div></div>