JSONRPCErrorBuilder

constructor()(source)

Type Parameters

D

The type of the error's optional data field.

Example:

val error = jsonRPCError {
code = -32600
message = "Invalid Request"
data = "Missing 'method' field"
}