Response to StatusRequest
Response to StatusRequest
(body status-response)Returns: StatusResponseBody
**Returns:** `StatusResponseBody`
(command status-response)The command requested.
Returns: string
The command requested. **Returns:** `string`
(message status-response)If success === false, this should always be provided. Otherwise, may (or may not) contain a success message.
Returns: string | undefined
If success === false, this should always be provided. Otherwise, may (or may not) contain a success message. **Returns:** `string | undefined`
(metadata status-response)Contains extra information that plugin can include to be passed on
Returns: unknown
Contains extra information that plugin can include to be passed on **Returns:** `unknown`
(performance-data status-response)Exposes information about the performance of this request-response pair.
Returns: PerformanceData | undefined
Exposes information about the performance of this request-response pair. **Returns:** `PerformanceData | undefined`
(request-seq status-response)Sequence number of the request message.
Returns: number
Sequence number of the request message. **Returns:** `number`
(seq status-response)Sequence number of the message
Returns: number
Sequence number of the message **Returns:** `number`
(set-command! status-response value)The command requested.
The command requested.
(set-message! status-response value)If success === false, this should always be provided. Otherwise, may (or may not) contain a success message.
If success === false, this should always be provided. Otherwise, may (or may not) contain a success message.
(set-metadata! status-response value)Contains extra information that plugin can include to be passed on
Contains extra information that plugin can include to be passed on
(set-performance-data! status-response value)Exposes information about the performance of this request-response pair.
Exposes information about the performance of this request-response pair.
(set-request-seq! status-response value)Sequence number of the request message.
Sequence number of the request message.
(set-seq! status-response value)Sequence number of the message
Sequence number of the message
(set-success! status-response value)Outcome of the request.
Outcome of the request.
(success? status-response)Outcome of the request.
Returns: boolean
Outcome of the request. **Returns:** `boolean`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |