KgqlErrorLocation

data class KgqlErrorLocation(line: Int, column: Int)

Properties

column
Link copied to clipboard
val column: Int
line
Link copied to clipboard
val line: Int