Learn R Programming

future (version 0.14.0)

FutureError: An error occurred while trying to evaluate a future

Description

An error occurred while trying to evaluate a future

Usage

FutureError(message, call = NULL, future = NULL, output = NULL)

Arguments

message
The error message.
call
The call stack that led up to the error.
future
The Future involved.
output
Output captured when error occurred.

Value

  • An error object of class FutureError.