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

Method Error

sdk/cliproxy/auth/conductor.go:1678–1683  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1676}
1677
1678func (e *streamBootstrapError) Error() string {
1679 if e == nil || e.cause == nil {
1680 return ""
1681 }
1682 return e.cause.Error()
1683}
1684
1685func (e *streamBootstrapError) Unwrap() error {
1686 if e == nil {

Callers 14

wrapStreamResultMethod · 0.45
executeMixedOnceMethod · 0.45
executeCountMixedOnceMethod · 0.45
errorStringFunction · 0.45
isUnauthorizedErrorFunction · 0.45
refreshErrorFromErrorFunction · 0.45
isModelSupportErrorFunction · 0.45
isRequestInvalidErrorFunction · 0.45
pickNextViaHomeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected