djangofloor.wsgi.exceptions

exception djangofloor.wsgi.exceptions.FrameTooLargeException[source]

Raised if a received frame is too large.

exception djangofloor.wsgi.exceptions.HandshakeError[source]

Raised if an error occurs during protocol handshake.

exception djangofloor.wsgi.exceptions.NoWindowKeyException[source]

raise when the middleware DjangoFloorMiddleware is not used.

exception djangofloor.wsgi.exceptions.UpgradeRequiredError[source]

Raised if protocol must be upgraded.

exception djangofloor.wsgi.exceptions.WebSocketError[source]

Raised when an active websocket encounters a problem.