WebSocketSubscriptionException

class WebSocketSubscriptionException(val operationId: String, val errors: List<GraphQLError>) : Exception

Exception thrown when subscription receives error from server.

Constructors

Link copied to clipboard
constructor(operationId: String, errors: List<GraphQLError>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard