ApolloWebSocketClosedException

class ApolloWebSocketClosedException(    val code: Int,     val reason: String? = null,     cause: Throwable? = null) : ApolloException

A WebSocket connection could not be established: e.g., expired token

Constructors

Link copied to clipboard
fun ApolloWebSocketClosedException(    code: Int,     reason: String? = null,     cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
open val message: String?
Link copied to clipboard
val reason: String? = null