github.com/sagernet/sing-box@v1.9.0-rc.20/constant/err.go (about) 1 package constant 2 3 import E "github.com/sagernet/sing/common/exceptions" 4 5 var ErrTLSRequired = E.New("TLS required") 6 7 var ErrQUICNotIncluded = E.New(`QUIC is not included in this build, rebuild with -tags with_quic`)