ContentsIndexHome
PreviousUpNext
aimms::AimmsMessage Structure

Object used to pass messages from the SDK and the underlying AIMMS model to the client application.

C++
struct AimmsMessage {
  AimmsMessageCode code;
  std::string message;
};
Members
Members 
Description 
AimmsMessageCode code; 
The AimmsMessageCode indicating the category of the message. 
std::string message; 
String representing the message.