MCPcopy
hub / github.com/dagger/dagger / Error

Method Error

core/error.go:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124var _ error = (*Error)(nil)
125
126func (e *Error) Error() string {
127 return e.Message
128}
129
130var _ dagql.ExtendedError = (*Error)(nil)
131

Callers 15

TestExecNetModeConflictFunction · 0.45
outerEnvFileMethod · 0.45
TestMatchVersionFunction · 0.45
trackOriginIfMissingFunction · 0.45
TestChangesetConflictsFunction · 0.45
TunnelMethod · 0.45
TestServicesStartHappyFunction · 0.45
TestServicesStartSadFunction · 0.45
CallMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestExecNetModeConflictFunction · 0.36
TestMatchVersionFunction · 0.36
TestChangesetConflictsFunction · 0.36
TestServicesStartHappyFunction · 0.36
TestServicesStartSadFunction · 0.36