Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.geterr-request

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

argumentscljs

(arguments geterr-request)

Returns: GeterrRequestArgs

**Returns:** `GeterrRequestArgs`
sourceraw docstring

commandcljs

(command geterr-request)

Returns: CommandTypes.Geterr

**Returns:** `CommandTypes.Geterr`
sourceraw docstring

seqcljs

(seq geterr-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! geterr-request value)
source

set-command!cljs

(set-command! geterr-request value)
source

set-seq!cljs

(set-seq! geterr-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! geterr-request value)
source

typecljs

(type geterr-request)

Returns: "request"

**Returns:** `"request"`
sourceraw docstring

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

× close