Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ StatusCode
Method
StatusCode
sdk/cliproxy/auth/conductor.go:3865–3865 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3863
}
3864
type
statusCoder
interface
{
3865
StatusCode() int
3866
}
3867
var
sc statusCoder
3868
if
errors.As(err, &sc) && sc != nil {
Callers
15
statusCodeFromError
Function · 0.95
TestDecodeEnvelopeResultPreservesPluginHTTPStatus
Function · 0.65
TestCallPluginReturnsPluginErrorWithoutMethodWrapper
Function · 0.65
statusCodeFromTestError
Function · 0.65
Execute
Method · 0.65
ExecuteStream
Method · 0.65
TestAntigravityBuildRequest_RejectsMissingProjectID
Function · 0.65
assertStatusErr
Function · 0.65
testClaudeExecutorInvalidCompressedErrorBody
Function · 0.65
TestOpenAICompatExecutorStreamRejectsPlainJSONAfterBlankLines
Function · 0.65
TestNewCodexStatusErrTreatsCapacityAsRetryableRateLimit
Function · 0.65
TestNewCodexStatusErrTreatsUsageLimitAsRetryableRateLimit
Function · 0.65
Implementers
9
rpcPluginError
internal/pluginhost/rpc_client.go
ThinkingError
internal/thinking/errors.go
statusErr
internal/runtime/executor/openai_compa
homeStatusErr
internal/runtime/executor/helps/home_r
modelCooldownError
sdk/cliproxy/auth/selector.go
retryAfterStatusError
sdk/cliproxy/auth/conductor_overrides_
Error
sdk/cliproxy/auth/errors.go
modelExecutionStatusHeaderError
sdk/api/handlers/model_execution_test.
websocketPinnedFailoverStatusError
sdk/api/handlers/openai/openai_respons
Calls
no outgoing calls
Tested by
14
TestDecodeEnvelopeResultPreservesPluginHTTPStatus
Function · 0.52
TestCallPluginReturnsPluginErrorWithoutMethodWrapper
Function · 0.52
statusCodeFromTestError
Function · 0.52
TestAntigravityBuildRequest_RejectsMissingProjectID
Function · 0.52
assertStatusErr
Function · 0.52
testClaudeExecutorInvalidCompressedErrorBody
Function · 0.52
TestOpenAICompatExecutorStreamRejectsPlainJSONAfterBlankLines
Function · 0.52
TestNewCodexStatusErrTreatsCapacityAsRetryableRateLimit
Function · 0.52
TestNewCodexStatusErrTreatsUsageLimitAsRetryableRateLimit
Function · 0.52
TestNewCodexStatusErrClassifiesKnownCodexFailures
Function · 0.52
TestNewCodexStatusErrPreservesUnclassifiedErrors
Function · 0.52
TestCodexWebsocketsExecuteStreamPropagatesUpstreamErrorForDownstreamWebsocket
Function · 0.52