XPRMCompileErrorCode Enumeration
  Error codes returned during compilation 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
 Syntax
Syntax
    C#
   
  public enum XPRMCompileErrorCode
 Members
Members
 | Member name | Value | Description | |
|---|---|---|---|
| PARSING_FAILED | 1 | Error occurred during the compilation. | |
| COMPILATION_FAILED | 2 | Error detected during parsing. | |
| WRITING_BIM_FAILED | 3 | Error occurred during writing to the BIM file. | 
 See Also
See Also
 
