KgqlError

data class KgqlError(message: String, locations: List<KgqlErrorLocation>, description: String, validationErrorType: String, queryPath: List<String>)

GraphQL error

Constructors

KgqlError
Link copied to clipboard
fun KgqlError(message: String, locations: List<KgqlErrorLocation> = emptyList(), description: String, validationErrorType: String, queryPath: List<String> = emptyList())

Properties

description
Link copied to clipboard
val description: String
locations
Link copied to clipboard
val locations: List<KgqlErrorLocation>
message
Link copied to clipboard
val message: String
queryPath
Link copied to clipboard
val queryPath: List<String>
validationErrorType
Link copied to clipboard
val validationErrorType: String