ErrorLocations

@Serializable
data class ErrorLocations(val line: Long, val column: Long)

Wrapper class for error locations

Constructors

Link copied to clipboard
constructor(line: Long, column: Long)

Properties

Link copied to clipboard

Column where the error occurred

Link copied to clipboard
val line: Long

Line where the error occurred