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.

Value parameters

locations

line and column that caused the error in the initial query

message

error message

path

path of the field that caused the error

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product