DiagnosticMessageChain

sealed external interface DiagnosticMessageChain(source)

A linked list of formatted diagnostic messages to be used as part of a multiline message. It is built from the bottom up, leaving the head to be the "main" diagnostic. While it seems that DiagnosticMessageChain is structurally similar to DiagnosticMessage, the difference is that messages are all preformatted in DMC.

Properties

Link copied to clipboard
Link copied to clipboard
abstract var code: Double
Link copied to clipboard
abstract var messageText: String
Link copied to clipboard