MCPcopy Index your code
hub / github.com/53AI/53AIHub / Error

Method Error

api/common/wsmanager/wsmanager.go:266–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264}
265
266func (e *RPCStatusError) Error() string {
267 if e == nil {
268 return ""
269 }
270 if e.Message != "" {
271 return e.Message
272 }
273 if e.Code != "" {
274 return e.Code
275 }
276 return "openclaw rpc error"
277}
278
279type RPCResult struct {
280 ReqID string

Callers 15

mapOpenClawRPCErrorFunction · 0.95
testChannelFunction · 0.45
CreatePaySettingFunction · 0.45
UpdatePaySettingFunction · 0.45
UpdatePayConfigFunction · 0.45
GetResponseContentFunction · 0.45
wrapHandlerFuncFunction · 0.45
getWPSFileCommonFunction · 0.45
getWPSFileFunction · 0.45
getWPSFilePermissionFunction · 0.45
renameWPSFileFunction · 0.45
prepareWPSFileUploadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected