CalibanError

object CalibanError extends CalibanErrorJsonCompat
Companion
class
trait Sum
trait Mirror
trait CalibanErrorJsonCompat
class Object
trait Matchable
class Any

Type members

Classlikes

case class ExecutionError(msg: String, path: List[Either[String, Int]], locationInfo: Option[LocationInfo], innerThrowable: Option[Throwable], extensions: Option[ObjectValue]) extends CalibanError

Describes an error that happened while executing a query.

Describes an error that happened while executing a query.

case class ParsingError(msg: String, locationInfo: Option[LocationInfo], innerThrowable: Option[Throwable], extensions: Option[ObjectValue]) extends CalibanError

Describes an error that happened while parsing a query.

Describes an error that happened while parsing a query.

case class ValidationError(msg: String, explanatoryText: String, locationInfo: Option[LocationInfo], extensions: Option[ObjectValue]) extends CalibanError

Describes an error that happened while validating a query.

Describes an error that happened while validating a query.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Implicits

Implicits

implicit def circeEncoder[F[_]](ev: IsCirceEncoder[F]): F[CalibanError]