GraphQLResponseError

caliban.client.GraphQLResponseError
See theGraphQLResponseError companion object
case class GraphQLResponseError(message: String, locations: Option[List[Location]], path: Option[List[Either[String, Int]]], extensions: Option[`__Value`])

An GraphQL error as returned by the server.

Attributes

locations

line and column that caused the error in the initial query

message

error message

path

path of the field that caused the error

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product