MCPcopy
hub / github.com/basecamp/once / describedError

Struct describedError

internal/docker/errors.go:34–37  ·  view source on GitHub ↗

Private

Source from the content-addressed store, hash-verified

32// Private
33
34type describedError struct {
35 msg string
36 description string
37}
38
39func (e *describedError) Error() string { return e.msg }
40func (e *describedError) Description() string { return e.description }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected