UndefinedConcreteTypeError

sangria.execution.UndefinedConcreteTypeError
See theUndefinedConcreteTypeError companion object
case class UndefinedConcreteTypeError(path: ExecutionPath, abstractType: AbstractType, possibleTypes: Vector[ObjectType[_, _]], value: Any, exceptionHandler: ExceptionHandler, sourceMapper: Option[SourceMapper], locations: List[AstLocation]) extends InternalExecutionError

Attributes

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

Members list

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
final def errorMessage: String

Attributes

Inherited from:
AstNodeLocation
def fillInStackTrace(): Throwable

Attributes

Inherited from:
Throwable
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
override def getMessage(): String

Attributes

Definition Classes
InternalExecutionError -> Throwable
Inherited from:
InternalExecutionError
def getStackTrace(): Array[StackTraceElement]

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintWriter): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def resolveError(implicit marshaller: ResultMarshaller): Node

Attributes

Inherited from:
ErrorWithResolver
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
override def simpleErrorMessage: String

Attributes

Definition Classes
Inherited from:
InternalExecutionError
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable

Inherited fields

lazy val astLocation: String

Attributes

Inherited from:
AstNodeLocation
override val beforeExecution: Boolean

the error response format is different if the error happened before execution or not https://spec.graphql.org/October2021/#sec-Data

the error response format is different if the error happened before execution or not https://spec.graphql.org/October2021/#sec-Data

Attributes

Inherited from:
InternalExecutionError