ErrorAlg

gql.preparation.ErrorAlg
See theErrorAlg companion object
trait ErrorAlg[F[_], C]

Attributes

Companion
object
Source
ErrorAlg.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def modifyError[A](f: PositionalError[C] => PositionalError[C])(fa: F[A]): F[A]

Attributes

Source
ErrorAlg.scala
def raise[A](message: String, carets: List[C]): F[A]

Attributes

Source
ErrorAlg.scala
def raiseEither[A](e: Either[String, A], carets: List[C]): F[A]

Attributes

Source
ErrorAlg.scala

Concrete methods

def appendMessage[A](message: String)(fa: F[A]): F[A]

Attributes

Source
ErrorAlg.scala
def raiseOpt[A](oa: Option[A], message: String, carets: List[C]): F[A]

Attributes

Source
ErrorAlg.scala