ContentsIndexHome
PreviousUpNext
aimms::AimmsMessageCode Enumeration

Type of message

C++
enum AimmsMessageCode {
  AM_OK = 0,
  AM_Info = 1,
  AM_Warning,
  AM_Aborted,
  AM_InvalidUse,
  AM_Runtime,
  AM_General,
  AM_Communication,
  AM_License,
  AM_Internal
};
Members
Members 
Description 
AM_OK = 0 
No errors, no messages. 
AM_Info = 1 
Information. 
AM_Warning 
Warning. 
AM_Aborted 
A running procedure has been aborted 
AM_InvalidUse 
An error has occurred due to the run time data, but except for the fact that the last call could not be performed, no damage is done. 
AM_Runtime 
An error has occurred due to the runtime data. Depending on the specific runtime error, continuing your application may produce invalid results. 
AM_General 
An error has occurred in the AIMMS project; the internal state can not be guaranteed. More information can be found in the regular AIMMS error documentation. 
AM_Communication 
Something went wrong while waiting for an answer from the server. 
AM_License 
Something is wrong with the AIMMS License. 
AM_Internal 
Unexpected internal error.