ErrorEvent
class ErrorEvent(val type: SubscriptionErrorType, val reason: ErrorReason) : Event<Nothing> (source)
An Event reporting a subscription error, terminating the stream.
An Event reporting a subscription error, terminating the stream.