ApolloWebSocketClosedException

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

A WebSocket close frame was received from the server

Constructors

Link copied to clipboard
constructor(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