Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g. when duplicating a symbol in a scope.
Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g. when duplicating a symbol in a scope.
(location diagnostic-related-information)
The location of this related diagnostic information.
Returns: Location
The location of this related diagnostic information. **Returns:** `Location`
(message diagnostic-related-information)
The message of this related diagnostic information.
Returns: string
The message of this related diagnostic information. **Returns:** `string`
(set-location! diagnostic-related-information value)
The location of this related diagnostic information.
The location of this related diagnostic information.
(set-message! diagnostic-related-information value)
The message of this related diagnostic information.
The message of this related diagnostic information.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close