Part of twisted.internet.error View Source View In Hierarchy
IUNIXTransport.sendFileDescriptor
caused the connection to be closed.
Each file descriptor sent using sendFileDescriptor
must be
associated with at least one byte sent using ITransport.write
.
If at any point fewer bytes have been written than file descriptors have
been sent, the connection is closed with this exception.
Inherited from ConnectionLost:
Method | __str__ | Undocumented |