class documentation

class StreamCloseReason(Enum):

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 =

Undocumented

Value
5
CONNECTION_LOST: int =

Undocumented

Value
3
ENDED: int =

Undocumented

Value
1
INACTIVE: int =

Undocumented

Value
6
INVALID_HOSTNAME: int =

Undocumented

Value
7
MAXSIZE_EXCEEDED: int =

Undocumented

Value
4
RESET: int =

Undocumented

Value
2