MCPcopy Index your code
hub / github.com/dagger/dagger / Message

Method Message

sdk/python/runtime/internal/dagger/dagger.gen.go:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141}
142
143func (e *ExecError) Message() string {
144 return e.original.Error()
145}
146
147func (e *ExecError) Unwrap() error {
148 return e.original

Callers 1

ErrorMethod · 0.95

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected