Raised

gql.server.interpreter.EvalFailure$.Raised
final case class Raised(path: Cursor, raisedError: String) extends EvalFailure

Attributes

Source
EvalFailure.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EvalFailure
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
EvalFailure
Source
EvalFailure.scala
def handleErrorWith(pf: PartialFunction[Throwable, String]): EvalFailure

Attributes

Inherited from:
EvalFailure
Source
EvalFailure.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val error: Either[Throwable, String]

Attributes

Source
EvalFailure.scala
lazy val paths: Chain[Cursor]

Attributes

Source
EvalFailure.scala