()
| 196 | } |
| 197 | |
| 198 | func (e *permanentError) Error() string { return e.err.Error() } |
| 199 | func (e *permanentError) Unwrap() error { return e.err } |
| 200 | func (e *permanentError) Timeout() bool { return e.err.Timeout() } |
| 201 | func (e *permanentError) Temporary() bool { return false } |
nothing calls this directly
no outgoing calls
no test coverage detected