ApolloWebSocketClosedException

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

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

Constructors

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

Properties

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