Skip to content

Exceptions#

realtime.exceptions.NotConnectedError (RealtimeError) #

Raised when operations requiring a connection are executed when socket is not connected

realtime.exceptions.ConnectionFailedError (RealtimeError) #

Raised when connecting to the Phoenix server fails.

Back to top