exceptions

exception cell.exceptions.NotEnoughBytes[source]

Bases: exceptions.Exception

exception cell.exceptions.UnknownCellCommand[source]

Bases: exceptions.Exception

exception cell.exceptions.BadCellPayloadLength[source]

Bases: exceptions.Exception

exception cell.exceptions.BadPayloadData[source]

Bases: exceptions.Exception

exception cell.exceptions.BadLinkSpecifier[source]

Bases: exceptions.Exception

exception cell.exceptions.BadCellHeader[source]

Bases: exceptions.Exception

exception cell.exceptions.BadRelayCellHeader[source]

Bases: exceptions.Exception

Previous topic

varlen

Next topic

util

This Page