DesignDataCombinedErcCheckResult
**Experimental** Represents the result of a single ERC check.
type DesignDataCombinedErcCheckResult {
customRuleCheck: RuleCheckExecutionPart
name: String!
origin: String!
outcome: String
ruleCheckType: String!
violations: [RuleViolation!]!
}
Fields
DesignDataCombinedErcCheckResult.customRuleCheck ● RuleCheckExecutionPart object
**Experimental** The custom rule check, when the result originates from a custom check.
DesignDataCombinedErcCheckResult.name ● String! non-null scalar
**Experimental** The name of the ERC check.