Whatever message this page gives is out now! Go check it out!

Error handling in ColdFusion WebSocket

Last update:
May 18, 2026
The WebSocket errors are categorized as follows:
CategoryDescriptionResponse code
Channel Error
For example, channel not present or client has already subscribed to the channel
-1
Application Error
Runtime errors while invoking CFC
4001
Success
On successful completion of request
0
Note: If you have defined an Error Handler, it receives the responses -1 and 4001. If not defined, the response goes to Message Handler.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page