<txp:error_status /> single tag, 0 attributes

error_status

The error_status tag is a single tag that Textpattern will replace with the error status as set by the server. Should be used in an error_xxx or error_default page template.

Related: if_status

<txp:error_status /> 1 examples

Display error information

<h3><txp:error_status /></h3>
<p><txp:error_message /></p>

What this does…
With the tags arranged like this (as they are in the error_default page template), they display the error status code as a header and the relevant server message beneath it, usually to indicate to the visitor that something went wrong.

Other tags used: error_message