Realtime Web Socket Exception
class RealtimeWebSocketException(code: Int, message: String?, cause: Throwable?) : RealtimeException
Content copied to clipboard
An exception indicating that a WebSocket connection could not be established e.g., expired token
Constructors
RealtimeWebSocketException
Link copied to clipboard
fun RealtimeWebSocketException(code: Int, message: String? = null, cause: Throwable? = null)
Content copied to clipboard