ContextError

data class ContextError(var fileNotFoundError: List<ErrorUnit.ContextErrorUnit.FileNotFoundError>? = null) : ReportKind

Constructors

Link copied to clipboard
constructor(fileNotFoundError: List<ErrorUnit.ContextErrorUnit.FileNotFoundError>? = null)