MCPcopy Create free account
hub / github.com/USArmyResearchLab/Dshell / SequenceNumberError

Class SequenceNumberError

dshell/core.py:43–48  ·  view source on GitHub ↗

Raised when reassembling connections and data is missing or overlapping. See Blob.reassemble function

Source from the content-addressed store, hash-verified

41__version__ = "3.2.3"
42
43class SequenceNumberError(Exception):
44 """
45 Raised when reassembling connections and data is missing or overlapping.
46 See Blob.reassemble function
47 """
48 pass
49
50
51class DataError(Exception):

Callers 1

reassembleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected