Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3853
func
errorString(err error) string {
3854
if
err == nil {
3855
return
""
3856
}
3857
return
err.Error()
3858
}
3859
3860
func
statusCodeFromError(err error) int {
3861
if
err == nil {
Callers
1
shouldAttemptAntigravityCreditsFallback
Function · 0.85
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected