PropertyRuleIssueDetails

@Serializable
data class PropertyRuleIssueDetails(val sourceCodeLocation: SourceCodeLocation, val propertyRuleIssueReason: PropertyRuleIssueReason, val propertyValue: String? = null)

This issue warns about errors in property rules that lead to property registrations being ignored.

Official doc

Constructors

Link copied to clipboard
constructor(sourceCodeLocation: SourceCodeLocation, propertyRuleIssueReason: PropertyRuleIssueReason, propertyValue: String? = null)

Properties

Link copied to clipboard

Reason why the property rule was discarded.

Link copied to clipboard

The value of the property rule property that failed to parse

Link copied to clipboard

Source code position of the property rule.