ErrorRegistry

sangria.execution.ResultResolver.ErrorRegistry
See theErrorRegistry companion object
case class ErrorRegistry(errorList: Vector[Node], originalErrors: Vector[RegisteredError])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add(path: ExecutionPath, error: Throwable, position: Option[AstLocation]): ErrorRegistry

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product