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

Method Error

api/interface/web3/demo.pb.validate.go:203–209  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

201
202// Error returns a concatenation of all the error messages it wraps.
203func (m GetUserReplyMultiError) Error() string {
204 var msgs []string
205 for _, err := range m {
206 msgs = append(msgs, err.Error())
207 }
208 return strings.Join(msgs, "; ")
209}
210
211// AllErrors returns a list of validation violation errors.
212func (m GetUserReplyMultiError) AllErrors() []error { return m }

Callers 4

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

Calls 1

JoinMethod · 0.45

Tested by

no test coverage detected