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

Struct ParameterError

sers.go:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139type ParameterError struct {
140 Parameter string
141 Reason string
142}
143
144func (pe *ParameterError) Error() string {
145 return fmt.Sprintf("error in parameter '%s': %s", pe.Parameter, pe.Reason)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected