SubscriptionError

class SubscriptionError(val errors: List<Error>) : SubscriptionEvent

This subscription failed.

This event is terminal and the client can decide whether to retry or give up. For convenience, SubscriptionError uses the same error type as the GraphQL errors but these are not in the same domain. Another server implementation could decide to use something else.

Constructors

Link copied to clipboard
constructor(errors: List<Error>)

Properties

Link copied to clipboard
val errors: List<Error>