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.
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.
(category diagnostic-message-chain)
Returns: DiagnosticCategory
**Returns:** `DiagnosticCategory`
(message-text diagnostic-message-chain)
Returns: string
**Returns:** `string`
(next diagnostic-message-chain)
Returns: DiagnosticMessageChain[] | undefined
**Returns:** `DiagnosticMessageChain[] | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close