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

Method Error

sers.go:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133type StringError string
134
135func (se StringError) Error() string {
136 return string(se)
137}
138
139type ParameterError struct {
140 Parameter string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected