RaiseError

gql.preparation.Alg$.RaiseError
final case class RaiseError[C](pe: Type[PositionalError[C]]) extends Alg[C, Nothing]

Attributes

Source
Alg.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Alg[C, Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def run[C2 >: C]: EitherNec[PositionalError[C2], A]

Attributes

Inherited from:
Alg
Source
Alg.scala