RouterError

class RouterError(val errors: List<Error>) : ApolloException

The router sent one or several errors.

This exception is not always terminal. Other responses may follow

Parameters

errors

a list of errors returned by the router

Constructors

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

Properties

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