MCPcopy Create free account
hub / github.com/XTLS/REALITY / Error

Method Error

common.go:1763–1765  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1761}
1762
1763func (e *CertificateVerificationError) Error() string {
1764 return fmt.Sprintf("tls: failed to verify certificate: %s", e.Err)
1765}
1766
1767func (e *CertificateVerificationError) Unwrap() error {
1768 return e.Err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected