Searched defs:CertificateVerificationError (Results 1 – 1 of 1) sorted by relevance
1632 type CertificateVerificationError struct { struct1634 UnverifiedCertificates []*x509.Certificate1635 Err error1638 func (e *CertificateVerificationError) Error() string {1642 func (e *CertificateVerificationError) Unwrap() error {