FutureCondition: A condition (message, warning, or error) that occurred while...

Description Usage Arguments Value

View source: R/FutureCondition-class.R

Description

While orchestrating (creating, launching, querying, collection) futures, unexpected run-time errors (and other types of conditions) may occur. Such conditions are coerced to a corresponding FutureCondition class to help distinguish them from conditions that occur due to the evaluation of the future.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15

Arguments

message

A message condition.

call

The call stack that led up to the condition.

future

The Future involved.

hint

(optional) A string with a suggestion on what might be wrong.

Value

An object of class FutureCondition which inherits from class condition and FutureMessage, FutureWarning, and FutureError all inherits from FutureCondition. Moreover, a FutureError inherits from error, a FutureWarning from warning, and a FutureMessage from message.


MINATILO/FUTURE documentation built on Dec. 17, 2021, 1:21 a.m.