TIBCO Adapter SDK C++ Reference
Up | Next
MMessageBundle::addMessage
MMessageBundle
Add message codes and associated information to the MMessageBundle object.
Parameters
Parameters Description
MString const & rsErrorCode Code for the message.
MString const & rsSeverityRole The corresponding role for this message.
MString const & rsCategory Category of the message. See TIBCO Adapter SDK Concepts for a list of the standard categories.
MString const & rsMessage Message to send.
Declaration
static void addMessage(MString const & rsErrorCode, MString const & rsSeverityRole, MString const & rsCategory, MString const & rsMessage);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.