---
title: "What is CFAbort?"  
description: "What is CFAbort?"  
author: "Anonymous User"  
published: 2011-05-17  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/913/what-is-cfabort  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# What is CFAbort?

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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/913/what-is-cfabort

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
