AdLayoutValidationIssue

data class AdLayoutValidationIssue(val code: String, val message: String, val nodePath: String)(source)

A single validation issue found during AdLayoutValidator.validate.

Constructors

Link copied to clipboard
constructor(code: String, message: String, nodePath: String)

Properties

Link copied to clipboard

Machine-readable issue code (e.g., "missing_headline", "empty_container").

Link copied to clipboard

Human-readable description of the issue.

Link copied to clipboard

Path to the offending node in the layout tree (e.g., "root/column0").