type
ValidationIssue
type ValidationIssue struct {
Code string `json:"code"`
Path string `json:"path"`
Message string `json:"message"`
}One invalid input path.
Source protocol/envelope.go:33
Codestring- The Code value.
Pathstring- The Path value.
Messagestring- The Message value.