PropertyRuleIssueDetails

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

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

Constructors

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

Properties

Link copied to clipboard

Reason why the property rule was discarded.

Link copied to clipboard
val propertyValue: String? = null

The value of the property rule property that failed to parse

Link copied to clipboard

Source code position of the property rule.