| 42 | } |
| 43 | |
| 44 | type unsupportedDataAbnormalFix struct { |
| 45 | destDevice string |
| 46 | } |
| 47 | |
| 48 | func (u *unsupportedDataAbnormalFix) unsupportedErr(action string) error { |
| 49 | err := fmt.Errorf("unsupported destination device [%s] for %s", u.destDevice, action) |
nothing calls this directly
no outgoing calls
no test coverage detected