ConfigError

data class ConfigError(var configFormatError: ErrorUnit.ConfigErrorUnit.ConfigFormatError? = null, var langFormatError: ErrorUnit.ConfigErrorUnit.LangFormatError? = null, var langUnsupportedError: ErrorUnit.ConfigErrorUnit.LangUnsupportedError? = null, var fieldUnsupportedError: List<ErrorUnit.ConfigErrorUnit.FieldUnsupportedError>? = null, var fieldsUndeclaredError: List<ErrorUnit.ConfigErrorUnit.FieldsUndeclaredError>? = null, var fieldsIncorrectlyUsedError: List<ErrorUnit.ConfigErrorUnit.FieldsIncorrectlyUsedError>? = null, var heredocDelimitingError: List<ErrorUnit.ConfigErrorUnit.HeredocDelimitingError>? = null) : ReportKind

Constructors

Link copied to clipboard
constructor(configFormatError: ErrorUnit.ConfigErrorUnit.ConfigFormatError? = null, langFormatError: ErrorUnit.ConfigErrorUnit.LangFormatError? = null, langUnsupportedError: ErrorUnit.ConfigErrorUnit.LangUnsupportedError? = null, fieldUnsupportedError: List<ErrorUnit.ConfigErrorUnit.FieldUnsupportedError>? = null, fieldsUndeclaredError: List<ErrorUnit.ConfigErrorUnit.FieldsUndeclaredError>? = null, fieldsIncorrectlyUsedError: List<ErrorUnit.ConfigErrorUnit.FieldsIncorrectlyUsedError>? = null, heredocDelimitingError: List<ErrorUnit.ConfigErrorUnit.HeredocDelimitingError>? = null)

Properties