WebSocketSubscriptionException
class WebSocketSubscriptionException(val operationId: String, val errors: List<GraphQLError>) : Exception
Exception thrown when subscription receives error from server.
Exception thrown when subscription receives error from server.