Error

gql.QueryResult$.Error
See theError companion object
final case class Error(error: Either[Throwable, String], path: Chain[Json])

Attributes

Companion
object
Source
QueryResult.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def handle(pf: PartialFunction[Throwable, String]): Error

Attributes

Source
QueryResult.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val message: String

Attributes

Source
QueryResult.scala