twisted.internet.error.InvalidAddressError(ValueError)
class documentationtwisted.internet.error
(View In Hierarchy)
An invalid address was specified (i.e. neither IPv4 or IPv6, or expected one and got the other).
Instance Variable | address | See __init__ |
Instance Variable | message | See __init__ |
Method | __init__ | No summary |
Parameters | address | The address that was provided. (type: str ) |
message | A native string of additional information provided by the calling context. |