Error implements the error interface
()
| 208 | |
| 209 | // Error implements the error interface |
| 210 | func (err *ErrMissingPod) Error() string { |
| 211 | return fmt.Sprintf("cannot find Pod with role \"%s\"", err.role) |
| 212 | } |
no outgoing calls
no test coverage detected