type

Issue

Issue addresses the current field or a descendant relative to its candidate value. A zero Target selects the current field. Ridu supplies resource, field, locale, display-path and stable correlation information; callbacks never construct occurrence IDs.

Properties

PropertyTypeDescription
CodestringThe Code value.
MessagestringThe Message value.
TargetIssueTargetThe Target value.

Full signature

type Issue struct { Code string Message string Target IssueTarget }

Source operation/contract.go:237

Related guides