MCPcopy
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
73class InvalidRPCMethod(Error):
74 """RPC method {} is not valid"""
75
76 exit_mcode = 82
77
78
79class UnexpectedRPCDataFormatFromClient(Error):

Callers 3

inner_serveMethod · 0.70
inject_exceptionMethod · 0.70
handle_errorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected