ExecutionError
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.
trait CalibanError
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any