wrappedError property

Object? wrappedError
final

Holds the error thrown by the action. This may or may not be the same as originalError, because any errors thrown by the action's before/reduce methods may still be changed or cancelled by the action's wrapError and the globalWrapError. This is the final error after all these wraps.

Implementation

final Object? wrappedError;