MCPcopy
hub / github.com/yuk7/wsldl / Error

Method Error

src/lib/errutil/errutil.go:21–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (e *DisplayError) Error() string {
22 if e == nil || e.Err == nil {
23 return ""
24 }
25 return e.Err.Error()
26}
27
28// Unwrap returns the underlying error.
29func (e *DisplayError) Unwrap() error {

Calls

no outgoing calls