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

Struct permanentError

conn.go:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194type permanentError struct {
195 err net.Error
196}
197
198func (e *permanentError) Error() string { return e.err.Error() }
199func (e *permanentError) Unwrap() error { return e.err }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected