GraphQLResponseError

case class GraphQLResponseError(message: String, locations: Option[List[Location]], path: Option[List[Either[String, Int]]], extensions: Option[Json])

An GraphQL error as returned by the server.

Value parameters:
locations

line and column that caused the error in the initial query

message

error message

path

path of the field that caused the error

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product