RealtimeWebSocketException

class RealtimeWebSocketException(code: Int, message: String?, cause: Throwable?) : RealtimeException

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)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

code
Link copied to clipboard
val code: Int
The WebSocket error code