| FutureError {future} | R Documentation |
An error occurred while trying to evaluate a future
FutureError(message, call = NULL, future = NULL, output = NULL)
message |
The error message. |
call |
The call stack that led up to the error. |
future |
The Future involved. |
output |
Output captured when error occurred. |
An error object of class FutureError.