dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
send
dls
protocol
jsonrpc
Sends a response message.
string
send
(string method, Nullable!JSONValue params)
string
send
(string method, T params)
void
send
(JSONValue id, Nullable!JSONValue result, Nullable!ResponseError error)
void
send
(
JSONValue
id
,
Nullable
!
JSONValue
result
,
Nullable
!
ResponseError
error
=
Nullable
!
ResponseError
()
)
Meta
Source
See Implementation
dls
protocol
jsonrpc
classes
CancelParams
Message
NotificationMessage
RequestMessage
ResponseError
ResponseMessage
enums
ErrorCodes
functions
send
sendError
Sends a response message.