original property

Result<T, E>? original
final

The original unwrapped Err that triggered this ResultError, if any.

Implementation

final Result<T, E>? original;