class documentation

class StreamCloseReason(Enum): (source)

View In Hierarchy

Undocumented

Constant CANCELLED Undocumented
Constant CONNECTION_LOST Undocumented
Constant ENDED Undocumented
Constant INACTIVE Undocumented
Constant INVALID_HOSTNAME Undocumented
Constant MAXSIZE_EXCEEDED Undocumented
Constant RESET Undocumented
CANCELLED: int = (source)

Undocumented

Value
5
CONNECTION_LOST: int = (source)

Undocumented

Value
3

Undocumented

Value
1
INACTIVE: int = (source)

Undocumented

Value
6
INVALID_HOSTNAME: int = (source)

Undocumented

Value
7
MAXSIZE_EXCEEDED: int = (source)

Undocumented

Value
4

Undocumented

Value
2