| 25 | } |
| 26 | |
| 27 | type marshalledError struct { |
| 28 | Type errType |
| 29 | Message string |
| 30 | Handle string |
| 31 | ProcessID string |
| 32 | Binary string |
| 33 | } |
| 34 | |
| 35 | func (m Error) Error() string { |
| 36 | return m.Err.Error() |
nothing calls this directly
no outgoing calls
no test coverage detected