m_error
m_error << "FATAL ERROR: ";
m_error << text << "\n";
_dumpElementStack(m_error);
const char* errorText() const { return m_error.String(); }
BString m_error;
m_error = launch();
status_t error() const { return m_error; }
status_t m_error;