Skip to main content

DesignDataErrorReportLevel_Preview

**Experimental** Represents the error level used for reporting rule check violations.

enum DesignDataErrorReportLevel_Preview {
ERROR
FATAL
NO_REPORT
WARNING
}

Values

DesignDataErrorReportLevel_Preview.ERROR

**Experimental** The violation is reported as an error.

DesignDataErrorReportLevel_Preview.FATAL

**Experimental** The violation is reported as a fatal error.

DesignDataErrorReportLevel_Preview.NO_REPORT

**Experimental** No report is generated for the violation.

DesignDataErrorReportLevel_Preview.WARNING

**Experimental** The violation is reported as a warning.