MCPcopy Create free account
hub / github.com/6boris/web3-template / Error

Method Error

api/service/demo/user.pb.validate.go:840–846  ·  view source on GitHub ↗

Error returns a concatenation of all the error messages it wraps.

()

Source from the content-addressed store, hash-verified

838
839// Error returns a concatenation of all the error messages it wraps.
840func (m GetUserReplyMultiError) Error() string {
841 var msgs []string
842 for _, err := range m {
843 msgs = append(msgs, err.Error())
844 }
845 return strings.Join(msgs, "; ")
846}
847
848// AllErrors returns a list of validation violation errors.
849func (m GetUserReplyMultiError) AllErrors() []error { return m }

Callers 9

ErrorMethod · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45

Calls 1

JoinMethod · 0.45

Tested by

no test coverage detected