Representation of the outcome of any kind of operation that can fail.

Values of this type automatically use the extension methods defined in OutcomeTools.

Values

Success(data:Data)

Failure(failure:Failure)