kgql-core / com.codingfeline.kgql.core / KgqlError

KgqlError

data class KgqlError

GraphQL error

Constructors

<init>

GraphQL error

KgqlError(message: String, locations: List<KgqlErrorLocation> = emptyList(), description: String, validationErrorType: String, queryPath: List<String> = emptyList())

Properties

description

val description: String

locations

val locations: List<KgqlErrorLocation>

message

val message: String

queryPath

val queryPath: List<String>

validationErrorType

val validationErrorType: String