JSONRPCError
data class JSONRPCError(val code: ErrorCode, val message: String, val data: JsonObject = EmptyJsonObject) : JSONRPCMessage(source)
A response to a request that indicates an error occurred.
A response to a request that indicates an error occurred.