Sea.IO.error
From WoWWiki
This article is a part of the documentation of the Sea function library
-- -- error (...) -- -- prints just like Sea.IO.print, except as an error -- -- Arguments: -- () arg -- arg - contains all error output
Usage:
Sea.IO.error("Error:", " ", "Some Error Message");
