Outcome
Represents the outcome of a repeated operation. This type is similar to a Result except it is a union type and has no flag for "success" since exceptional outcomes do not necessarily represent "failure".
Parameters
T
The type of non-exception result (if present).