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

Struct rpcPluginError

internal/pluginhost/rpc_client.go:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type rpcPluginError struct {
39 message string
40 statusCode int
41}
42
43func (e rpcPluginError) Error() string {
44 return e.message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected