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
| Property | Type | Description |
|---|---|---|
Code | string | The Code value. |
Message | string | The Message value. |
Target | IssueTarget | The Target value. |
Full signature
type Issue struct {
Code string
Message string
Target IssueTarget
}