originalError property

Object? originalError
final

Holds the error thrown by the action's before/reduce methods, if any. This may or may not be equal to the error thrown by the action, because the original error will still be processed by the action's wrapError and the globalWrapError. However, if originalError is non-null, it means the reducer did not finish running.

Implementation

final Object? originalError;