afterError method

S afterError (S current, Object error)

Returns an updated version of the current summary following an error.

The default implementation returns current as is.

Implementation

S afterError(S current, Object error) => current;