Geterr request; value of command field is "geterr". Wait for delay milliseconds and then, if during the wait no change or reload messages have arrived for the first file in the files list, get the syntactic errors for the file, field requests, and then get the semantic errors for the file. Repeat with a smaller delay for each subsequent file on the files list. Best practice for an editor is to send a file list containing each file that is currently visible, in most-recently-used order.
Geterr request; value of command field is "geterr". Wait for delay milliseconds and then, if during the wait no change or reload messages have arrived for the first file in the files list, get the syntactic errors for the file, field requests, and then get the semantic errors for the file. Repeat with a smaller delay for each subsequent file on the files list. Best practice for an editor is to send a file list containing each file that is currently visible, in most-recently-used order.
(arguments geterr-request)
Returns: GeterrRequestArgs
**Returns:** `GeterrRequestArgs`
(command geterr-request)
Returns: CommandTypes.Geterr
**Returns:** `CommandTypes.Geterr`
(seq geterr-request)
Sequence number of the message
Returns: number
Sequence number of the message **Returns:** `number`
(set-seq! geterr-request value)
Sequence number of the message
Sequence number of the message
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close