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

Struct permanentError

conn.go:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206type permanentError struct {
207 err net.Error
208}
209
210func (e *permanentError) Error() string { return e.err.Error() }
211func (e *permanentError) Unwrap() error { return e.err }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected