type

Issue

type Issue struct { // Code is a stable machine-readable problem identifier. Code string // Path locates the invalid property within the field definition. Path string // Message explains how to correct the problem. Message string }

One stable field-builder issue found before config resolution.

Source field/field.go:230

Codestring
Code is a stable machine-readable problem identifier.
Pathstring
Path locates the invalid property within the field definition.
Messagestring
Message explains how to correct the problem.