MCPcopy Create free account
hub / github.com/distributed/sers / Error

Struct Error

sers.go:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148type Error struct {
149 Operation string
150 UnderlyingError error
151}
152
153func (e *Error) Error() string {
154 return fmt.Sprintf("%s: %v", e.Operation, e.UnderlyingError)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected