Stops the processing of a ColdFusion page at the tag location. ColdFusion returns to the user or calling tag everything that was processed before the cfabort tag. You can optionally specify an error message to display using showError attribute. The tag is often used with conditional logic to stop processing a page when a condition occurs.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
ColdFusion returns to the user or calling tag everything that was processed before the cfabort tag.
You can optionally specify an error message to display using showError attribute.
The tag is often used with conditional logic to stop processing a page when a condition occurs.