TIBCO Adapter SDK C++ Reference
MMessageBundle::getCategory
MMessageBundle
Return the category associated with this errorCode.
Remarks
Return the string that was use at the time of construction. Since the constructor takes a string, this method can return any string. However, typically, it will be one of the predefined categories .

Application developers can extend the set of categories, or use one of the standard categories ("Database", "Configuration", "TibrvComm", "JMSComm", "Application").

Parameters
Parameters Description
MString const & errorCode Get the category for this error code.
Declaration
static MString getCategory(MString const & errorCode);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.