(category diagnostic-with-file-name)
The category of the diagnostic message, e.g. "error", "warning", or "suggestion".
Returns: string
The category of the diagnostic message, e.g. "error", "warning", or "suggestion". **Returns:** `string`
(code diagnostic-with-file-name)
The error code of the diagnostic message.
Returns: number | undefined
The error code of the diagnostic message. **Returns:** `number | undefined`
(end diagnostic-with-file-name)
The last file location at which the text applies.
Returns: Location
The last file location at which the text applies. **Returns:** `Location`
(file-name diagnostic-with-file-name)
Name of the file the diagnostic is in
Returns: string
Name of the file the diagnostic is in **Returns:** `string`
(related-information diagnostic-with-file-name)
Any related spans the diagnostic may have, such as other locations relevant to an error, such as declarartion sites
Returns: DiagnosticRelatedInformation[] | undefined
Any related spans the diagnostic may have, such as other locations relevant to an error, such as declarartion sites **Returns:** `DiagnosticRelatedInformation[] | undefined`
(reports-deprecated diagnostic-with-file-name)
Returns: {} | undefined
**Returns:** `{} | undefined`
(reports-unnecessary diagnostic-with-file-name)
Returns: {} | undefined
**Returns:** `{} | undefined`
(set-category! diagnostic-with-file-name value)
The category of the diagnostic message, e.g. "error", "warning", or "suggestion".
The category of the diagnostic message, e.g. "error", "warning", or "suggestion".
(set-code! diagnostic-with-file-name value)
The error code of the diagnostic message.
The error code of the diagnostic message.
(set-end! diagnostic-with-file-name value)
The last file location at which the text applies.
The last file location at which the text applies.
(set-file-name! diagnostic-with-file-name value)
Name of the file the diagnostic is in
Name of the file the diagnostic is in
(set-related-information! diagnostic-with-file-name value)
Any related spans the diagnostic may have, such as other locations relevant to an error, such as declarartion sites
Any related spans the diagnostic may have, such as other locations relevant to an error, such as declarartion sites
(set-source! diagnostic-with-file-name value)
The name of the plugin reporting the message.
The name of the plugin reporting the message.
(set-start! diagnostic-with-file-name value)
Starting file location at which text applies.
Starting file location at which text applies.
(set-text! diagnostic-with-file-name value)
Text of diagnostic message.
Text of diagnostic message.
(source diagnostic-with-file-name)
The name of the plugin reporting the message.
Returns: string | undefined
The name of the plugin reporting the message. **Returns:** `string | undefined`
(start diagnostic-with-file-name)
Starting file location at which text applies.
Returns: Location
Starting file location at which text applies. **Returns:** `Location`
(text diagnostic-with-file-name)
Text of diagnostic message.
Returns: string
Text of diagnostic message. **Returns:** `string`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close