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

Method Error

sers.go:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144func (pe *ParameterError) Error() string {
145 return fmt.Sprintf("error in parameter '%s': %s", pe.Parameter, pe.Reason)
146}
147
148type Error struct {
149 Operation string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected