Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IInitMessage::setErr ( P6ERR  err)
pure virtual

Stores the specified P6ERR value in the message.

This can be retrieved by the receiver using the p6IMessage::getErr() method. If no error is set, the default value of eOk will be returned by getErr().

Parameters
err[ in ] The P6ERR value to set.
Returns