()
| 142 | } |
| 143 | |
| 144 | func (pe *ParameterError) Error() string { |
| 145 | return fmt.Sprintf("error in parameter '%s': %s", pe.Parameter, pe.Reason) |
| 146 | } |
| 147 | |
| 148 | type Error struct { |
| 149 | Operation string |
nothing calls this directly
no outgoing calls
no test coverage detected