Error

final case class Error(id: String, payload: Json) extends FromServer with Identifier with Payload[Json]

Server-provided error information for a failed GraphQL operation, previously started with a Start message with the associated id.

Value parameters:
id

operation id

payload

error information

Companion:
object
trait Payload[Json]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product