MCPcopy Create free account
hub / github.com/rthalley/dnspython / MessageError

Class MessageError

dns/message.py:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122class MessageError:
123 def __init__(self, exception: Exception, offset: int):
124 self.exception = exception
125 self.offset = offset
126
127
128DEFAULT_EDNS_PAYLOAD = 1232

Callers 1

_add_errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…