Issue

data class Issue(val type: IssueType, val message: String, val severity: IssueSeverity = IssueSeverity.ERROR, val range: Range? = null) : Serializable

Constructors

Link copied to clipboard
constructor(type: IssueType, message: String, severity: IssueSeverity = IssueSeverity.ERROR, range: Range? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun Issue.toJson(): JsonElement

Properties

Link copied to clipboard
Link copied to clipboard
val range: Range? = null
Link copied to clipboard
Link copied to clipboard