Liking cljdoc? Tell your friends :D

dots.typescript.diagnostic-message-chain

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.
raw docstring

categorycljs

(category diagnostic-message-chain)

Returns: DiagnosticCategory

**Returns:** `DiagnosticCategory`
sourceraw docstring

codecljs

(code diagnostic-message-chain)

Returns: number

**Returns:** `number`
sourceraw docstring

message-textcljs

(message-text diagnostic-message-chain)

Returns: string

**Returns:** `string`
sourceraw docstring

nextcljs

(next diagnostic-message-chain)

Returns: DiagnosticMessageChain[] | undefined

**Returns:** `DiagnosticMessageChain[] | undefined`
sourceraw docstring

set-category!cljs

(set-category! diagnostic-message-chain value)
source

set-code!cljs

(set-code! diagnostic-message-chain value)
source

set-message-text!cljs

(set-message-text! diagnostic-message-chain value)
source

set-next!cljs

(set-next! diagnostic-message-chain value)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close