()
| 208 | } |
| 209 | |
| 210 | func (e *permanentError) Error() string { return e.err.Error() } |
| 211 | func (e *permanentError) Unwrap() error { return e.err } |
| 212 | func (e *permanentError) Timeout() bool { return e.err.Timeout() } |
| 213 | func (e *permanentError) Temporary() bool { return false } |
nothing calls this directly
no outgoing calls
no test coverage detected