JSONRPC.makeResponseError

Creates a response which indicates a previous reply has failed in some way. - code: The error code corresponding to what kind of error this is. See the errorcode constants. - message: A custom message about this error. - id: The request this error is a response to.

struct JSONRPC
@nogc nothrow const
Dictionary
makeResponseError
(
VariantArg2
)
(
in long code
,
in String message
,
in VariantArg2 id = Variant.nil
)

Meta