Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ InvalidRPCMethod
Class
InvalidRPCMethod
src/borg/remote.py:73–76 ·
view source on GitHub ↗
RPC method {} is not valid
Source
from the content-addressed store, hash-verified
71
72
73
class
InvalidRPCMethod(Error):
74
""
"RPC method {} is not valid"
""
75
76
exit_mcode = 82
77
78
79
class
UnexpectedRPCDataFormatFromClient(Error):
Callers
3
inner_serve
Method · 0.70
inject_exception
Method · 0.70
handle_error
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected