exception documentation

class ChannelClosedError(SDKError): (source)

View In Hierarchy

Raised when an operation is attempted on a closed Channel.

This indicates that Channel.close (or Channel.sync_close) was previously called and the channel no longer accepts requests or returns channel objects.