exception documentation

class ConnectionRejected(Exception): (source)

View In Hierarchy

A websocket connection was rejected by an HTTP response.

Instance Variable response The HTTP response that describes the rejection.
response: Response = (source) ΒΆ

The HTTP response that describes the rejection.