ContentsIndexHome
PreviousUpNext
Aimms.AimmsMessageCode Enumeration

Type of Message.

C#
public enum AimmsMessageCode {
  AM_OK,
  AM_Info,
  AM_Warning,
  AM_InvalidUse,
  AM_Runtime,
  AM_General,
  AM_Communication,
  AM_License,
  AM_Internal,
  AM_Aborted
}
Members
Members 
Description 
AM_OK 
No errors, no messages.  
AM_Info 
Information.  
AM_Warning 
Warning.  
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 run time 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.  
AM_Aborted 
A running procedure has been aborted.