MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / errorString

Function errorString

sdk/cliproxy/auth/conductor.go:3853–3858  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

3851}
3852
3853func errorString(err error) string {
3854 if err == nil {
3855 return ""
3856 }
3857 return err.Error()
3858}
3859
3860func statusCodeFromError(err error) int {
3861 if err == nil {

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected