()
| 41 | |
| 42 | func (e *Error) Unwrap() error { return e.err } |
| 43 | func (e *Error) Error() string { return e.err.Error() } |
| 44 | func (e *Error) String() string { return e.Error() } |
| 45 | |
| 46 | func (e *Error) Code() int { return -1 } |
no outgoing calls
no test coverage detected