Represents additional spans returned with a diagnostic which are relevant to it
Represents additional spans returned with a diagnostic which are relevant to it
(category diagnostic-related-information)
The category of the related information message, e.g. "error", "warning", or "suggestion".
Returns: string
The category of the related information message, e.g. "error", "warning", or "suggestion". **Returns:** `string`
(code diagnostic-related-information)
The code used ot identify the related information
Returns: number
The code used ot identify the related information **Returns:** `number`
(message diagnostic-related-information)
Text of related or additional information.
Returns: string
Text of related or additional information. **Returns:** `string`
(set-category! diagnostic-related-information value)
The category of the related information message, e.g. "error", "warning", or "suggestion".
The category of the related information message, e.g. "error", "warning", or "suggestion".
(set-code! diagnostic-related-information value)
The code used ot identify the related information
The code used ot identify the related information
(set-message! diagnostic-related-information value)
Text of related or additional information.
Text of related or additional information.
(set-span! diagnostic-related-information value)
Associated location
Associated location
(span diagnostic-related-information)
Associated location
Returns: FileSpan | undefined
Associated location **Returns:** `FileSpan | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close