()
| 57 | } |
| 58 | |
| 59 | func (e *RelayDialError) Error() string { return e.Err.Error() } |
| 60 | func (e *RelayDialError) Unwrap() error { return e.Err } |
| 61 | |
| 62 | // IsUnrecoverable reports whether retrying with the same captured |
no outgoing calls
no test coverage detected