data class KgqlError
GraphQL error
<init> |
GraphQL error KgqlError(message: String, locations: List<KgqlErrorLocation> = emptyList(), description: String, validationErrorType: String, queryPath: List<String> = emptyList()) |
description |
val description: String |
locations |
val locations: List<KgqlErrorLocation> |
message |
val message: String |
queryPath |
val queryPath: List<String> |
validationErrorType |
val validationErrorType: String |