Report

data class Report(warnings: List<CompilerWarning>, error: CompilerError?, compiled: CompiledConfSpace?)

Properties

Link copied to clipboard
val compiled: CompiledConfSpace?
Link copied to clipboard
val error: CompilerError?
Link copied to clipboard
val warnings: List<CompilerWarning>