Error
data class Error<out E>(val id: RequestId?, val error: JSONRPCError<E>) : JSONRPCResponse<Nothing, E> (source)
A failed JSON-RPC 2.0 response carrying an error object.
Type Parameters
E
The type of the error's optional data field.
A failed JSON-RPC 2.0 response carrying an error object.
The type of the error's optional data field.