XPRMCompileErrorCode Enumeration
Error codes returned during compilation
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
C#
public enum XPRMCompileErrorCode
| 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. |
