()
| 1761 | } |
| 1762 | |
| 1763 | func (e *CertificateVerificationError) Error() string { |
| 1764 | return fmt.Sprintf("tls: failed to verify certificate: %s", e.Err) |
| 1765 | } |
| 1766 | |
| 1767 | func (e *CertificateVerificationError) Unwrap() error { |
| 1768 | return e.Err |
nothing calls this directly
no outgoing calls
no test coverage detected