MCPcopy Index your code
hub / github.com/borgbackup/borg / InvalidRPCMethod

Class InvalidRPCMethod

src/borg/legacyremote.py:66–69  ·  view source on GitHub ↗

RPC method {} is not valid.

Source from the content-addressed store, hash-verified

64
65
66class InvalidRPCMethod(Error):
67 """RPC method {} is not valid."""
68
69 exit_mcode = 82
70
71
72class UnexpectedRPCDataFormatFromClient(Error):

Callers 1

handle_errorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected