Response to OpenExternalProjectsRequest request. This is just an acknowledgement, so no body field is required.
Response to OpenExternalProjectsRequest request. This is just an acknowledgement, so no body field is required.
(body open-external-projects-response)
Contains message body if success === true.
Returns: any
Contains message body if success === true. **Returns:** `any`
(command open-external-projects-response)
The command requested.
Returns: string
The command requested. **Returns:** `string`
(message open-external-projects-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 open-external-projects-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 open-external-projects-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 open-external-projects-response)
Sequence number of the request message.
Returns: number
Sequence number of the request message. **Returns:** `number`
(seq open-external-projects-response)
Sequence number of the message
Returns: number
Sequence number of the message **Returns:** `number`
(set-body! open-external-projects-response value)
Contains message body if success === true.
Contains message body if success === true.
(set-command! open-external-projects-response value)
The command requested.
The command requested.
(set-message! open-external-projects-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! open-external-projects-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! open-external-projects-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! open-external-projects-response value)
Sequence number of the request message.
Sequence number of the request message.
(set-seq! open-external-projects-response value)
Sequence number of the message
Sequence number of the message
(set-success! open-external-projects-response value)
Outcome of the request.
Outcome of the request.
(success? open-external-projects-response)
Outcome of the request.
Returns: boolean
Outcome of the request. **Returns:** `boolean`
(type open-external-projects-response)
Returns: "response"
**Returns:** `"response"`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close