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

Method Error

conn.go:210–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208}
209
210func (e *permanentError) Error() string { return e.err.Error() }
211func (e *permanentError) Unwrap() error { return e.err }
212func (e *permanentError) Timeout() bool { return e.err.Timeout() }
213func (e *permanentError) Temporary() bool { return false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected