Subscription Operation Exception
class SubscriptionOperationException(operationName: String, val payload: Any? = null) : ApolloException
The server could not process a subscription and sent an error.
This typically happens if there is a validation error. This is a terminal event.
Parameters
operation Name
the name of the subscription that triggered the error.
payload
the payload returned by the server.