You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ if needs . "uuid" }}{{ template "uuid" . }}{{ end }}
66
66
67
-
{{ cmt (multierrname .) " is an error wrapping multiple validation errors returned by " (msgTyp .) ".Validate(true) if the designated constraints aren't met." -}}
67
+
{{ cmt (multierrname .) " is an error wrapping multiple validation errors returned by " (msgTyp .) ".ValidateAll() if the designated constraints aren't met." -}}
68
68
type {{ multierrname . }} []error
69
69
70
70
// Error returns a concatenation of all the error messages it wraps.
0 commit comments