error property

ConversionException? get error

The captured ConversionException if this is a failure, otherwise null.

Use ConversionException.fullReport to generate detailed diagnostic output.

Implementation

ConversionException? get error => _error;